From a59104191270b74d0a1312a6b83884ffb9334691 Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Mon, 26 Sep 2016 15:59:26 +0200
Subject: Highlight the longest matching prefix of entries
---
src/stardict.h | 3 +++
1 file changed, 3 insertions(+)
(limited to 'src/stardict.h')
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
--
cgit v1.2.3-70-g09d2