From f68785e72129ab643d6c793bd5a11bdf0010eff9 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Thu, 3 Jul 2003 01:28:13 +0000 Subject: Fixes to make unexporting and exporting with wildcards work more sensibly. --- support/include/exportfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/include/exportfs.h') 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); -- cgit