diff options
author | neilbrown <neilbrown> | 2001-12-20 02:03:26 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2001-12-20 02:03:26 +0000 |
commit | 0bd51f4c931eb68c355140c721763be64213a3ca (patch) | |
tree | 4423cf98c479be1a037b28cf0e879c0507c47b39 /support/include | |
parent | 7ac2c918e16fd63aa81c3aeb0e4870cded076bba (diff) | |
download | nfs-utils-0bd51f4c931eb68c355140c721763be64213a3ca.tar.gz nfs-utils-0bd51f4c931eb68c355140c721763be64213a3ca.tar.xz nfs-utils-0bd51f4c931eb68c355140c721763be64213a3ca.zip |
See Changelog
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); |