diff options
| author | neilbrown <neilbrown> | 2002-05-29 06:06:31 +0000 |
|---|---|---|
| committer | neilbrown <neilbrown> | 2002-05-29 06:06:31 +0000 |
| commit | 1898a9dc11a9834f557775a6b7d1ca7b1b6ca057 (patch) | |
| tree | d7f15665a81895388b972039b599ef9ccd2c9c89 /support/include | |
| parent | 84efbd57c04964b0f7b6b65d9f83943baa14f22d (diff) | |
| download | nfs-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.h | 2 |
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); |
