| Index: third_party/hyphen/hyphen.h
|
| diff --git a/third_party/hyphen/hyphen.h b/third_party/hyphen/hyphen.h
|
| index b5517d34ac4fd58bfa63fc668dfc69b81304a4b3..d6d263400c7212a47b5013768189bd67312781c7 100644
|
| --- a/third_party/hyphen/hyphen.h
|
| +++ b/third_party/hyphen/hyphen.h
|
| @@ -90,11 +90,8 @@ struct _HyphenTrans {
|
| int new_state;
|
| };
|
|
|
| -#ifdef HYPHEN_CHROME_CLIENT
|
| -HyphenDict *hnj_hyphen_load (const unsigned char *data, size_t size);
|
| -#else
|
| HyphenDict *hnj_hyphen_load (const char *fn);
|
| -#endif
|
| +HyphenDict *hnj_hyphen_load_file (FILE *f);
|
| void hnj_hyphen_free (HyphenDict *dict);
|
|
|
| /* obsolete, use hnj_hyphen_hyphenate2() or *hyphenate3() functions) */
|
|
|