summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2002-05-29 06:06:31 +0000
committerneilbrown <neilbrown>2002-05-29 06:06:31 +0000
commit1898a9dc11a9834f557775a6b7d1ca7b1b6ca057 (patch)
treed7f15665a81895388b972039b599ef9ccd2c9c89 /support/include
parent84efbd57c04964b0f7b6b65d9f83943baa14f22d (diff)
downloadnfs-utils-1898a9dc11a9834f557775a6b7d1ca7b1b6ca057.tar.gz
nfs-utils-1898a9dc11a9834f557775a6b7d1ca7b1b6ca057.tar.xz
nfs-utils-1898a9dc11a9834f557775a6b7d1ca7b1b6ca057.zip
See Changelog
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);