[Groonga-commit] groonga/groonga [master] add a missing prototype declaration.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 23日 (金) 10:08:10 JST


Kouhei Sutou	2010-07-23 01:08:10 +0000 (Fri, 23 Jul 2010)

  New Revision: d59ae4607587f08eba5b9182722bde9eb92c3695

  Log:
    add a missing prototype declaration.

  Modified files:
    test/unit/lib/grn-test-utils.h

  Modified: test/unit/lib/grn-test-utils.h (+1 -0)
===================================================================
--- test/unit/lib/grn-test-utils.h    2010-07-22 22:01:58 +0000 (33e59cd)
+++ test/unit/lib/grn-test-utils.h    2010-07-23 01:08:10 +0000 (7fd609a)
@@ -38,6 +38,7 @@ typedef void (*grn_test_set_parameters_func) (void);
 const gchar *grn_rc_to_string              (grn_rc rc);
 const gchar *grn_test_get_base_dir         (void);
 const gchar *grn_test_get_build_dir        (void);
+const gchar *grn_test_get_tmp_dir          (void);
 
 grn_logger_info *
              grn_collect_logger_new        (void);




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