[Groonga-commit] groonga/groonga [master] add missing function declaration for test_by_filter

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 26日 (月) 12:56:20 JST


Ryo Onodera	2011-12-26 12:56:20 +0900 (Mon, 26 Dec 2011)

  New Revision: fa3617361e6e7b9841d36d3960d3a400ffe87339

  Log:
    add missing function declaration for test_by_filter

  Modified files:
    test/unit/core/test-command-delete.c

  Modified: test/unit/core/test-command-delete.c (+1 -0)
===================================================================
--- test/unit/core/test-command-delete.c    2011-12-26 12:09:48 +0900 (c49fd5b)
+++ test/unit/core/test-command-delete.c    2011-12-26 12:56:20 +0900 (adfedc5)
@@ -24,6 +24,7 @@
 #include <str.h>
 
 void test_by_id(void);
+void test_by_filter(void);
 void test_by_key(void);
 void test_referenced_record(void);
 void test_uint64(void);




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