[Groonga-commit] groonga/groonga [master] export grn_text_fgets() in str.h

Back to archive index

null+****@clear***** null+****@clear*****
2010年 11月 11日 (木) 14:45:17 JST


Daijiro MORI	2010-11-11 05:45:17 +0000 (Thu, 11 Nov 2010)

  New Revision: 49728f05acdd6d0b374421593aed840a094d13ea

  Log:
    export grn_text_fgets() in str.h

  Modified files:
    lib/str.h

  Modified: lib/str.h (+3 -0)
===================================================================
--- lib/str.h    2010-11-09 08:37:38 +0000 (190ed89)
+++ lib/str.h    2010-11-11 05:45:17 +0000 (17f07c3)
@@ -121,6 +121,9 @@ GRN_API grn_rc grn_text_otoxml(grn_ctx *ctx, grn_obj *bulk, grn_obj *obj,
 #define GRN_OBJ_FORMAT_XML_ELEMENT_RESULTSET        (0x00<<1)
 #define GRN_OBJ_FORMAT_XML_ELEMENT_NAVIGATIONENTRY  (0x01<<1)
 
+#include <stdio.h>
+GRN_API grn_rc grn_text_fgets(grn_ctx *ctx, grn_obj *buf, FILE *fp);
+
 #ifdef __cplusplus
 }
 #endif




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