]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/exportfs.h
Fixes to make unexporting and exporting with wildcards
[nfs-utils.git] / support / include / exportfs.h
index dfd51f2dcac4d906f48ffcfa88997511d3e7ab08..bf5bb67a9fd02e378c64225511ada24850e47954 100644 (file)
@@ -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);