From 5f722d8855ebcb2d041e182c8c69c8cbee4bf408 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 22 Mar 2010 10:13:15 -0400 Subject: libexport.a: Clean up client_compose() and client_member() Clean up: Replace outdated comments, and fix some function declarations. Use proper type for a couple of automatic variables. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- support/include/exportfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support/include/exportfs.h') diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 3eb03d9..9a19cbb 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -77,7 +77,8 @@ void client_release(nfs_client *); void client_freeall(void); char * client_compose(struct hostent *he); struct hostent * client_resolve(struct in_addr addr); -int client_member(char *client, char *name); +int client_member(const char *client, + const char *name); int export_read(char *fname); void export_add(nfs_export *); -- cgit