]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfsumount.h
umount.nfs: Pass return codes from do_nfs_umount back
[nfs-utils.git] / utils / mount / nfsumount.h
index c0892757658f976bdade4bda1bcc92d01bbd474f..0d67d27f596a7e49acad08f12e998f7610389554 100644 (file)
@@ -2,10 +2,8 @@
 #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();
 
 #endif