diff options
Diffstat (limited to 'src/stardict.h')
-rw-r--r-- | src/stardict.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stardict.h b/src/stardict.h index 7b8322a..25c7939 100644 --- a/src/stardict.h +++ b/src/stardict.h @@ -138,6 +138,9 @@ gchar **stardict_dict_get_synonyms (StardictDict *sd, const gchar *word); StardictIterator *stardict_dict_search (StardictDict *sd, const gchar *word, gboolean *success); +size_t stardict_longest_common_collation_prefix + (StardictDict *sd, const gchar *w1, const gchar *w2); + // --- Dictionary iterators ---------------------------------------------------- struct stardict_iterator |