silenced some warnings
[umurmur.git] / src / client.c
index 79a143ee02190dddbff8e78f233357db3314f264..ae495008ff73bca29b4c2e9249c0dcaae1977f2a 100644 (file)
@@ -168,7 +168,7 @@ void Client_token_add(client_t *client, char *token_string)
        client->tokencount++;
 }
 
-bool_t Client_token_match(client_t *client, char *str)
+bool_t Client_token_match(client_t *client, char const *str)
 {
        token_t *token;
        struct dlist *itr;