summaryrefslogtreecommitdiffstats
path: root/support/include/exportfs.h
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2003-07-03 01:28:13 +0000
committerneilbrown <neilbrown>2003-07-03 01:28:13 +0000
commitf68785e72129ab643d6c793bd5a11bdf0010eff9 (patch)
tree5b3a7df81cf6bd5553fe8aa549a372a6f398c45e /support/include/exportfs.h
parent0f41eb8945d8116d69297dbd0aa748c02d580d36 (diff)
downloadnfs-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.h2
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);