X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fmisc.h;h=bc5ba235e15dd0fa1931b1f2e9542ca681db113b;hb=706bfd7c94d48659a1411fdef2a3a61d4719f1aa;hp=7d099d06ae8b1b1a5b8bc4d334c3afcbfd7be218;hpb=77c32fa565d6af59cbeb8601e08efa9af6ef3d81;p=nfs-utils.git diff --git a/support/include/misc.h b/support/include/misc.h index 7d099d0..bc5ba23 100644 --- a/support/include/misc.h +++ b/support/include/misc.h @@ -15,11 +15,6 @@ int randomkey(unsigned char *keyout, int len); int weakrandomkey(unsigned char *keyout, int len); -int matchhostname(const char *h1, const char *h2); - -struct hostent; -struct hostent *hostent_dup(struct hostent *hp); -struct hostent *get_hostent (const char *addr, int len, int type); -struct hostent *get_reliable_hostbyaddr(const char *addr, int len, int type); +extern int is_mountpoint(char *path); #endif /* MISC_H */