summaryrefslogtreecommitdiff
path: root/libfshelp/delegate.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-20 18:16:00 +0000
committerRoland McGrath <roland@gnu.org>2000-03-20 18:16:00 +0000
commit7fb3aa4804390c2d5ed347cc21d88560ed34c65b (patch)
tree32f01b1eb15b629190622186183297bd0b955de1 /libfshelp/delegate.c
parent42193407f3bb8036835b67fce0b23f851fbf0e4a (diff)
2000-03-20 Roland McGrath <roland@baalperazim.frob.com>
* delegate.c (fshelp_delegate_translation): Add const to arg type. * fshelp.h: Fix decl.
Diffstat (limited to 'libfshelp/delegate.c')
-rw-r--r--libfshelp/delegate.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libfshelp/delegate.c b/libfshelp/delegate.c
index b695a47d..c07d6814 100644
--- a/libfshelp/delegate.c
+++ b/libfshelp/delegate.c
@@ -1,7 +1,6 @@
/* fshelp_delegate_translation
- Copyright (C) 1995,96,99 Free Software Foundation, Inc.
-
+ Copyright (C) 1995,96,99,2000 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.org>
This program is free software; you can redistribute it and/or
@@ -30,7 +29,7 @@
ARGV is the command line. If SERVER_NAME is NULL, then a name is
concocted by appending ARGV[0] to _SERVERS. */
error_t
-fshelp_delegate_translation (char *server_name,
+fshelp_delegate_translation (const char *server_name,
mach_port_t requestor, char **argv)
{
error_t err;