diff options
Diffstat (limited to 'support/include/misc.h')
-rw-r--r-- | support/include/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |