[Groonga-commit] groonga/groonga [master] Export all grn_plugin_ APIs

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 2 15:58:33 JST 2013


Kouhei Sutou	2013-04-02 15:58:33 +0900 (Tue, 02 Apr 2013)

  New Revision: 811f5dcabd726b2ad18550c218639de690667e03
  https://github.com/groonga/groonga/commit/811f5dcabd726b2ad18550c218639de690667e03

  Message:
    Export all grn_plugin_ APIs

  Modified files:
    include/groonga/plugin.h

  Modified: include/groonga/plugin.h (+4 -4)
===================================================================
--- include/groonga/plugin.h    2013-04-02 15:53:19 +0900 (fda1dca)
+++ include/groonga/plugin.h    2013-04-02 15:58:33 +0900 (1d40a41)
@@ -186,16 +186,16 @@ GRN_API const char *grn_plugin_win32_base_dir(void);
   are invalid as a character, grn_plugin_charlen() returns 0. See
   grn_encoding in "groonga.h" for more details of `encoding'
  */
-int grn_plugin_charlen(grn_ctx *ctx, const char *str_ptr,
-                       unsigned int str_length, grn_encoding encoding);
+GRN_API int grn_plugin_charlen(grn_ctx *ctx, const char *str_ptr,
+                               unsigned int str_length, grn_encoding encoding);
 
 /*
   grn_plugin_isspace() returns the length (#bytes) of the first character
   in the string specified by `str_ptr' and `str_length' if it is a space
   character. Otherwise, grn_plugin_isspace() returns 0.
  */
-int grn_plugin_isspace(grn_ctx *ctx, const char *str_ptr,
-                       unsigned int str_length, grn_encoding encoding);
+GRN_API int grn_plugin_isspace(grn_ctx *ctx, const char *str_ptr,
+                               unsigned int str_length, grn_encoding encoding);
 
 
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index