diff options
Diffstat (limited to 'support/include/exportfs.h')
-rw-r--r-- | support/include/exportfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 *); |