X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=9a19cbb68b7c13afeacfdd64b642d4506d8a5ccb;hp=3eb03d980e1edbe50dbb4a3a1cd0ff703810a185;hb=5f722d8855ebcb2d041e182c8c69c8cbee4bf408;hpb=aa4c771fc359e097a3a6c3637f78c7bed7c450e9 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 *);