summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
Diffstat (limited to 'support/include')
-rw-r--r--support/include/nfslib.h2
1 files changed, 1 insertions, 1 deletions
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);