From 53928c0166dcc0acceaa995edb8551b48968b5dd Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Tue, 22 Jun 2010 12:44:44 -0400 Subject: 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 Signed-off-by: Steve Dickson --- support/include/exportfs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'support/include') 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, -- cgit