about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-16 23:12:00 +0000
committerJames Booth <boothj5@gmail.com>2015-01-16 23:12:00 +0000
commit972d524fdcbcf7d706f5970853180a856ff044b8 (patch)
tree613b1a215ede3314cd4600783550baf849dda7ce /src/xmpp/presence.c
parent9fad03af747a2345fa3da7d071a6acd1017d204b (diff)
parent4c6cfcdca0f7aec1f0e3243a60d88ed494357a5d (diff)
downloadprofani-tty-972d524fdcbcf7d706f5970853180a856ff044b8.tar.gz
Merge branch 'master' into inp-utf8
Diffstat (limited to 'src/xmpp/presence.c')
-rw-r--r--src/xmpp/presence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index 1b3e7fc7..65384a0d 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -158,7 +158,7 @@ presence_clear_sub_requests(void)
 }
 
 char *
-presence_sub_request_find(char * search_str)
+presence_sub_request_find(const char * const search_str)
 {
     return autocomplete_complete(sub_requests_ac, search_str, TRUE);
 }