]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/network.h
umount.nfs: eliminate a nearly empty header file.
[nfs-utils.git] / utils / mount / network.h
index 3a2fa7c4475e344255b843a3cee4b9aab140b734..83375f052a4be117db0d5dee05560b9e57a16318 100644 (file)
  */
 
 #include "conn.h"
+#include "mount.h"
 
-int nfs_gethostbyname(const char *, struct sockaddr_in *);
-unsigned short getport(struct sockaddr_in *, unsigned long,
-                       unsigned long, unsigned int);
-int probe_mntport(clnt_addr_t *);
-int probe_nfsport(clnt_addr_t *);
 int probe_bothports(clnt_addr_t *, clnt_addr_t *);
+int nfs_gethostbyname(const char *, struct sockaddr_in *);
+int nfs_call_umount(clnt_addr_t *, dirpath *);
+
+int start_statd(void);