[Groonga-commit] groonga/groonga [master] export grn_enctostr().

Back to archive index

null+****@clear***** null+****@clear*****
2010年 11月 13日 (土) 20:03:16 JST


Kouhei Sutou	2010-11-13 11:03:16 +0000 (Sat, 13 Nov 2010)

  New Revision: b8ea25f34a01c175857beb8b9b54268bfb3e950b

  Log:
    export grn_enctostr().

  Modified files:
    lib/str.h

  Modified: lib/str.h (+1 -1)
===================================================================
--- lib/str.h    2010-11-13 10:23:52 +0000 (147801b)
+++ lib/str.h    2010-11-13 11:03:16 +0000 (935f0ad)
@@ -63,7 +63,7 @@ grn_rc grn_itoa(int i, char *p, char *end, char **rest);
 grn_rc grn_lltoa(int64_t i, char *p, char *end, char **rest);
 grn_rc grn_ulltoa(uint64_t i, char *p, char *end, char **rest);
 GRN_API grn_rc grn_aton(grn_ctx *ctx, const char *p, const char *end, const char **rest, grn_obj *res);
-const char *grn_enctostr(grn_encoding enc);
+GRN_API const char *grn_enctostr(grn_encoding enc);
 grn_encoding grn_strtoenc(const char *str);
 
 void grn_itoh(unsigned int i, char *p, unsigned int len);




Groonga-commit メーリングリストの案内
Back to archive index