X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfslib.h;h=6bcc8594de3ea85d216a1977f90233b316489948;hp=57c703ca9565af521df5bfd128304e4ee14379db;hb=refs%2Ftags%2Fnfs-utils-1-0-1-pre8;hpb=84efbd57c04964b0f7b6b65d9f83943baa14f22d diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 57c703c..6bcc859 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -85,7 +85,7 @@ struct rmtabent { * configuration file parsing */ void setexportent(char *fname, char *type); -struct exportent * getexportent(int); +struct exportent * getexportent(int,int); void putexportent(struct exportent *xep); void endexportent(void); struct exportent * mkexportent(char *hname, char *path, char *opts);