X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=bf5bb67a9fd02e378c64225511ada24850e47954;hp=dfd51f2dcac4d906f48ffcfa88997511d3e7ab08;hb=f68785e72129ab643d6c793bd5a11bdf0010eff9;hpb=0f41eb8945d8116d69297dbd0aa748c02d580d36 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);