mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 04:56:22 +00:00
Simplified autocompleters and command history
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user