]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfsumount.h
Add -Wstrict-prototypes to compiler args, and fix warnings caused.
[nfs-utils.git] / utils / mount / nfsumount.h
index c0892757658f976bdade4bda1bcc92d01bbd474f..7548912ba7e15b4b6c9362cc6eda9ea1a5071da8 100644 (file)
@@ -2,10 +2,10 @@
 #define _NFS_UMOUNT_H
 
 #include "conn.h"
-#include "nfsmount.h"
+#include "mount.h"
 
 int nfsumount(int, char **);
 int nfs_call_umount(clnt_addr_t *, dirpath *);
-void umount_usage();
+void umount_usage(void);
 
 #endif