X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=support%2Finclude%2Fexportfs.h;fp=support%2Finclude%2Fexportfs.h;h=8e548334e3c0ea7b79a2022a16f9f0c768d1f5da;hb=8940675a20967145b37a596334c25a54804435cc;hp=0da85666c6dab49cb09ca442575db5b87c447f33;hpb=0509d3428f523776ddd9d6e9fa318587d3ec7d84;p=nfs-utils.git diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 0da8566..8e54833 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -128,7 +128,7 @@ struct addrinfo * client_resolve(const struct sockaddr *sap); int client_member(const char *client, const char *name); -int export_read(char *fname); +void export_read(char *fname); void export_add(nfs_export *); void export_reset(nfs_export *); nfs_export * export_lookup(char *hname, char *path, int caconical);