X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fmisc.h;h=9a1b25df2160b4d1f74dc59bdff808ced955ea3e;hp=7d099d06ae8b1b1a5b8bc4d334c3afcbfd7be218;hb=d38ea02d0e4bcdc4e0114567028596f7bcba45b9;hpb=936ecbb5750e0e29b9e2464998a8e03eca617b72 diff --git a/support/include/misc.h b/support/include/misc.h index 7d099d0..9a1b25d 100644 --- a/support/include/misc.h +++ b/support/include/misc.h @@ -22,4 +22,6 @@ 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 */