]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfsumount.c
Add -Wstrict-prototypes to compiler args, and fix warnings caused.
[nfs-utils.git] / utils / mount / nfsumount.c
index b6a87f2ffaa315524f64f9f597316352197633c7..aa68deeb83b2c9e32a8c0a91b317a24647c0b93a 100644 (file)
@@ -236,7 +236,7 @@ static struct option umount_longopts[] =
   { NULL, 0, 0, 0 }
 };
 
-void umount_usage()
+void umount_usage(void)
 {
        printf("usage: %s dir [-fvnrlh]\n", progname);
        printf("options:\n\t-f\t\tforce unmount\n");
@@ -355,4 +355,3 @@ int nfsumount(int argc, char *argv[])
 
        return ret;
 }
-