Test message when removing autojoin for non existent bookmark

This commit is contained in:
James Booth
2014-02-02 01:05:52 +00:00
parent 9d957e5f93
commit 95c48a0f47
6 changed files with 33 additions and 4 deletions

View File

@@ -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