[Groonga-commit] groonga/groonga at 89ea741 [master] Export grn_current_error_message()

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 15 11:04:40 JST 2015


Kouhei Sutou	2015-01-15 11:04:40 +0900 (Thu, 15 Jan 2015)

  New Revision: 89ea741a9b4db41da2cd5baf2ba657d1312cdff9
  https://github.com/groonga/groonga/commit/89ea741a9b4db41da2cd5baf2ba657d1312cdff9

  Message:
    Export grn_current_error_message()

  Modified files:
    lib/grn_error.h

  Modified: lib/grn_error.h (+1 -1)
===================================================================
--- lib/grn_error.h    2015-01-15 10:48:23 +0900 (cf348ed)
+++ lib/grn_error.h    2015-01-15 11:04:40 +0900 (2581f93)
@@ -26,7 +26,7 @@
 extern "C" {
 #endif
 
-const char *grn_current_error_message(void);
+GRN_API const char *grn_current_error_message(void);
 
 #ifdef __cplusplus
 }
-------------- next part --------------
HTML����������������������������...
Download 



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