]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfsumount.c
mount.nfs: Move network functions into a common source module
[nfs-utils.git] / utils / mount / nfsumount.c
index 91d0e85627fa437c3d3d243f8b9ee3ac1a45e21e..97b96e855327537af30876a2182370f7fc8dbbbc 100644 (file)
@@ -35,6 +35,7 @@
 #include "mount.h"
 #include "nfsumount.h"
 #include "error.h"
+#include "network.h"
 
 #if !defined(MNT_FORCE)
 /* dare not try to include <linux/mount.h> -- lots of errors */
@@ -52,9 +53,6 @@ int force;
 int lazy;
 int remount;
 
-extern int probe_mntport(clnt_addr_t *);
-extern int nfs_gethostbyname(const char *, struct sockaddr_in *);
-
 static inline enum clnt_stat
 nfs_umount(dirpath *argp, CLIENT *clnt)
 {