diff options
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/nfslib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 8736d49..92eb900 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -84,7 +84,7 @@ struct rmtabent { * configuration file parsing */ void setexportent(char *fname, char *type); -struct exportent * getexportent(void); +struct exportent * getexportent(int); void putexportent(struct exportent *xep); void endexportent(void); struct exportent * mkexportent(char *hname, char *path, char *opts); |