]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfsumount.c
umount.nfs: make del_mtab() a static function
[nfs-utils.git] / utils / mount / nfsumount.c
index 9b7c44d167688d072347643edf15d36db06c7e88..51349f1a02e2f6b40e74318089b68243ca2bda5a 100644 (file)
@@ -53,7 +53,7 @@ int force;
 int lazy;
 int remount;
 
 int lazy;
 int remount;
 
-int del_mtab(const char *spec, const char *node)
+static int del_mtab(const char *spec, const char *node)
 {
        int umnt_err, res;
 
 {
        int umnt_err, res;