diff options
Diffstat (limited to 'src/rb3str.h')
-rw-r--r-- | src/rb3str.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rb3str.h b/src/rb3str.h index ddbf6bb..adf5f89 100644 --- a/src/rb3str.h +++ b/src/rb3str.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2023 Robin Haberkorn + * Copyright (C) 2012-2024 Robin Haberkorn * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -65,5 +65,5 @@ teco_rb3str_head_t *teco_rb3str_nfind(teco_rb3str_tree_t *tree, gboolean case_se const gchar *str, gsize len); gboolean teco_rb3str_auto_complete(teco_rb3str_tree_t *tree, gboolean case_sensitive, - const gchar *str, gsize str_len, gsize restrict_len, + const gchar *str, gsize str_len, guint restrict_len, teco_string_t *insert); |