X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fmisc.h;h=bc5ba235e15dd0fa1931b1f2e9542ca681db113b;hp=a3cdcfdf4740bef88d61964c140685f6966bdd31;hb=9c3f7a220b4812c5d560db5fcacad790fc8b17af;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/support/include/misc.h b/support/include/misc.h index a3cdcfd..bc5ba23 100644 --- a/support/include/misc.h +++ b/support/include/misc.h @@ -15,10 +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); +extern int is_mountpoint(char *path); #endif /* MISC_H */