Only save max 20 urls

This commit is contained in:
Michael Vetter
2020-05-20 10:26:48 +02:00
parent ce32d874e0
commit aef74f90ec
3 changed files with 16 additions and 0 deletions

View File

@@ -74,4 +74,6 @@ char* autocomplete_param_no_with_func(const char *const input, char *command,
void autocomplete_reset(Autocomplete ac);
gboolean autocomplete_contains(Autocomplete ac, const char *value);
void autocomplete_remove_older_than_max(Autocomplete ac, int maxsize);
#endif