mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 09:26:21 +00:00
Simplified autocompleters and command history
This commit is contained in:
@@ -220,7 +220,7 @@ bookmark_get_list(void)
|
||||
}
|
||||
|
||||
char *
|
||||
bookmark_find(char *search_str)
|
||||
bookmark_find(const char * const search_str)
|
||||
{
|
||||
return autocomplete_complete(bookmark_ac, search_str, TRUE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user