summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd/statd.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-07-11 17:55:14 +0000
committeralfred <alfred@FreeBSD.org>2002-07-11 17:55:14 +0000
commit8a8f54cf28fbe1d04aa539e5a46b4cb9d71d6e33 (patch)
tree8b7b167020a1d9ca9fecf54e96a828481485e247 /usr.sbin/rpc.statd/statd.h
parent0b74a2da00ab0a50d30ae736a1eb9cb5c5c5eb11 (diff)
downloadFreeBSD-src-8a8f54cf28fbe1d04aa539e5a46b4cb9d71d6e33.zip
FreeBSD-src-8a8f54cf28fbe1d04aa539e5a46b4cb9d71d6e33.tar.gz
make mostly WARNS=4 clean.
constify, mark unsued args, fixup prototypes.
Diffstat (limited to 'usr.sbin/rpc.statd/statd.h')
-rw-r--r--usr.sbin/rpc.statd/statd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.statd/statd.h b/usr.sbin/rpc.statd/statd.h
index b3c5d41..a82d760 100644
--- a/usr.sbin/rpc.statd/statd.h
+++ b/usr.sbin/rpc.statd/statd.h
@@ -105,7 +105,7 @@ extern int debug; /* =1 to enable diagnostics to syslog */
/* Function prototypes */
extern HostInfo *find_host(char * /*hostname*/, int /*create*/);
-extern void init_file(char * /*filename*/);
+extern void init_file(const char * /*filename*/);
extern void notify_hosts(void);
extern void sync_file(void);
extern int sm_check_hostname(struct svc_req *req, char *arg);
OpenPOWER on IntegriCloud