summaryrefslogtreecommitdiff
path: root/src/ispell/ispell_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ispell/ispell_checker.h')
-rw-r--r--src/ispell/ispell_checker.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/src/ispell/ispell_checker.h b/src/ispell/ispell_checker.h
index b9dfa09..008e44f 100644
--- a/src/ispell/ispell_checker.h
+++ b/src/ispell/ispell_checker.h
@@ -14,54 +14,8 @@ public:
bool checkWord(const char * const word, size_t len);
char ** suggestWord(const char * const word, size_t len, size_t * out_n_suggs);
-<<<<<<< .mine
-<<<<<<< .mine
-<<<<<<< .mine
-<<<<<<< .mine
- char ** hyphenate(const char * const word, size_t len, size_t * out_n_suggs);
-
-=======
- char * hyphenate(const char * const word);
-
->>>>>>> .theirs
-=======
- char * hyphenate(const char * const word);
-
-
-=======
char * hyphenate(const char * const word, const char *const tag);
-
-
-
-
-
-
-
-
-
-
-
->>>>>>> .theirs
-=======
- char * hyphenate(const char * const word);
-
-
-
-
-
-
-
-
-
-
-
->>>>>>> .theirs
-
-
-
-
->>>>>>> .theirs
bool requestDictionary (const char * szLang);
private: