diff options
| author | neilbrown <neilbrown> | 2003-05-30 05:16:52 +0000 |
|---|---|---|
| committer | neilbrown <neilbrown> | 2003-05-30 05:16:52 +0000 |
| commit | d38ea02d0e4bcdc4e0114567028596f7bcba45b9 (patch) | |
| tree | a464ad88e48a90c4efa48fd4caefc843caa88d05 /support/include | |
| parent | 936ecbb5750e0e29b9e2464998a8e03eca617b72 (diff) | |
| download | nfs-utils-d38ea02d0e4bcdc4e0114567028596f7bcba45b9.tar.gz nfs-utils-d38ea02d0e4bcdc4e0114567028596f7bcba45b9.tar.xz nfs-utils-d38ea02d0e4bcdc4e0114567028596f7bcba45b9.zip | |
new "mountpoint" export option.
Diffstat (limited to 'support/include')
| -rw-r--r-- | support/include/misc.h | 2 | ||||
| -rw-r--r-- | support/include/nfslib.h | 1 |
2 files changed, 3 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 */ diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 5864305..c41f92e 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -73,6 +73,7 @@ struct exportent { int * e_sqgids; int e_nsqgids; int e_fsid; + char * e_mountpoint; }; struct rmtabent { |
