comparison 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
comparison
equal deleted inserted replaced
4:ff05c6c659cb 5:8a64459dab94
62 #define GUESS_REGION_TR "turkish" 62 #define GUESS_REGION_TR "turkish"
63 #define GUESS_REGION_GR "greek" 63 #define GUESS_REGION_GR "greek"
64 #define GUESS_REGION_HW "hebrew" 64 #define GUESS_REGION_HW "hebrew"
65 65
66 const char *guess_encoding(const char *buf, int buflen, const char *lang); 66 const char *guess_encoding(const char *buf, int buflen, const char *lang);
67 void guess_init(void);
68 void guess_impl_register(const char *name,
69 const char *(impl)(const char *buf, int buflen));
70 67
71 #endif 68 #endif