]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/statd.h
NFS man page: update nfs(5) with details about IPv6 support
[nfs-utils.git] / utils / statd / statd.h
index 5a6e2899c98f8e6fd41e22db171bb0e7318680b0..085f32d07d6360dcb68c7b581a1247c0505a20a2 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "sm_inter.h"
 #include "system.h"
-#include "log.h"
+#include "xlog.h"
 
 /*
  * Paths and filenames.
@@ -53,7 +53,7 @@ extern int    process_notify_list(void);
 extern int     process_reply(FD_SET_TYPE *);
 extern char *  xstrdup(const char *);
 extern void *  xmalloc(size_t);
-extern void    xunlink (char *, char *, short int);
+extern void    xunlink (char *, char *);
 extern void    load_state(void);
 
 /*
@@ -84,10 +84,3 @@ extern int run_mode;
  * another host.... */
 #define STATIC_HOSTNAME 8      /* Always use the hostname set by -n */
 #define        MODE_NO_NOTIFY  16      /* Don't notify peers of a reboot */
-/*
- * Program name and version pointers -- See statd.c for the reasoning
- * as to why they're global.
- */
-extern char *name_p;           /* program basename */
-extern const char *version_p;  /* program version */
-