Mercurial > libguess
diff libguess.h @ 5:8a64459dab94
make guess_init() and guess_impl_register() static functions.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 12 Jun 2008 22:54:49 +0900 |
parents | 70e2c306231e |
children | c61a7765c8f5 |
line wrap: on
line diff
--- a/libguess.h Thu Jun 12 20:22:07 2008 +0900 +++ b/libguess.h Thu Jun 12 22:54:49 2008 +0900 @@ -64,8 +64,5 @@ #define GUESS_REGION_HW "hebrew" const char *guess_encoding(const char *buf, int buflen, const char *lang); -void guess_init(void); -void guess_impl_register(const char *name, - const char *(impl)(const char *buf, int buflen)); #endif