diff options
author | neilbrown <neilbrown> | 2003-07-03 01:28:13 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2003-07-03 01:28:13 +0000 |
commit | f68785e72129ab643d6c793bd5a11bdf0010eff9 (patch) | |
tree | 5b3a7df81cf6bd5553fe8aa549a372a6f398c45e /support/include/exportfs.h | |
parent | 0f41eb8945d8116d69297dbd0aa748c02d580d36 (diff) | |
download | nfs-utils-f68785e72129ab643d6c793bd5a11bdf0010eff9.tar.gz nfs-utils-f68785e72129ab643d6c793bd5a11bdf0010eff9.tar.xz nfs-utils-f68785e72129ab643d6c793bd5a11bdf0010eff9.zip |
Fixes to make unexporting and exporting with wildcards
work more sensibly.
Diffstat (limited to 'support/include/exportfs.h')
-rw-r--r-- | support/include/exportfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h index dfd51f2..bf5bb67 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -62,7 +62,7 @@ void export_add(nfs_export *); void export_reset(nfs_export *); nfs_export * export_lookup(char *hname, char *path, int caconical); nfs_export * export_find(struct hostent *, char *path); -struct exportent * export_allowed(struct hostent *, char *path); +nfs_export * export_allowed(struct hostent *, char *path); nfs_export * export_create(struct exportent *, int canonical); nfs_export * export_dup(nfs_export *, struct hostent *); void export_freeall(void); |