From f990d3004fed619377d5f5d0bd64f6201ce91c26 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 9 Sep 2011 11:23:48 +0800 Subject: merge duplicated convert to utf8 functions --- src/lookup/lookup.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lookup/lookup.h') diff --git a/src/lookup/lookup.h b/src/lookup/lookup.h index 8076d54..ef6a35f 100644 --- a/src/lookup/lookup.h +++ b/src/lookup/lookup.h @@ -68,5 +68,10 @@ typedef GHashTable * LookupStepIndex; /* Key: lookup_key_t, Value: int m, index to m_steps_content[i][m] */ typedef GArray * LookupStepContent; /* array of lookup_value_t */ +bool convert_to_utf8(FacadePhraseIndex * phrase_index, + MatchResults match_results, + /* in */ const char * delimiter, + /* out */ char * & result_string); + }; #endif -- cgit