summaryrefslogtreecommitdiffstats
path: root/support/include/exportfs.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2010-06-22 12:44:44 -0400
committerSteve Dickson <steved@redhat.com>2010-06-22 16:04:53 -0400
commit53928c0166dcc0acceaa995edb8551b48968b5dd (patch)
tree97e6b49866626af47d0a312b7df1381cc0ef35a2 /support/include/exportfs.h
parent8940675a20967145b37a596334c25a54804435cc (diff)
downloadnfs-utils-53928c0166dcc0acceaa995edb8551b48968b5dd.tar.gz
nfs-utils-53928c0166dcc0acceaa995edb8551b48968b5dd.tar.xz
nfs-utils-53928c0166dcc0acceaa995edb8551b48968b5dd.zip
libexport.a: Make export_add() static
Clean up: export_add() is not called from outside of export.c, so make it a static helper. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include/exportfs.h')
-rw-r--r--support/include/exportfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/include/exportfs.h b/support/include/exportfs.h
index 8e54833..3cf1ee8 100644
--- a/support/include/exportfs.h
+++ b/support/include/exportfs.h
@@ -129,7 +129,6 @@ int client_member(const char *client,
const char *name);
void export_read(char *fname);
-void export_add(nfs_export *);
void export_reset(nfs_export *);
nfs_export * export_lookup(char *hname, char *path, int caconical);
nfs_export * export_find(const struct addrinfo *ai,