mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 01:16:21 +00:00
Test message when removing autojoin for non existent bookmark
This commit is contained in:
@@ -133,7 +133,7 @@ autocomplete_get_list(Autocomplete ac)
|
||||
}
|
||||
|
||||
gboolean
|
||||
autocomplete_contains(Autocomplete ac, char *value)
|
||||
autocomplete_contains(Autocomplete ac, const char *value)
|
||||
{
|
||||
GSList *curr = ac->items;
|
||||
|
||||
|
||||
@@ -57,5 +57,5 @@ char * autocomplete_param_no_with_func(char *input, int *size, char *command,
|
||||
|
||||
void autocomplete_reset(Autocomplete ac);
|
||||
|
||||
gboolean autocomplete_contains(Autocomplete ac, char *value);
|
||||
gboolean autocomplete_contains(Autocomplete ac, const char *value);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user