X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfsumount.c;h=97b96e855327537af30876a2182370f7fc8dbbbc;hp=91d0e85627fa437c3d3d243f8b9ee3ac1a45e21e;hb=0dfc8a5426381c6d65aed4d9d0e50bae3238cc8f;hpb=13b5fbc6cb4e41cd6a4d80e224ee2feaade65ce1 diff --git a/utils/mount/nfsumount.c b/utils/mount/nfsumount.c index 91d0e85..97b96e8 100644 --- a/utils/mount/nfsumount.c +++ b/utils/mount/nfsumount.c @@ -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 -- 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) {