OSDN Git Service

fix header file.
authorornse01 <ornse01@users.sourceforge.jp>
Wed, 15 May 2013 14:39:43 +0000 (14:39 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Wed, 15 May 2013 14:39:43 +0000 (14:39 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanf/trunk@568 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/coll/test_coll.h

index 08d117b..e7155fa 100644 (file)
@@ -31,8 +31,9 @@
 #define __TEST_COLL_H__
 
 IMPORT VOID test_idtocb_main(unittest_driver_t *driver);
-EXPORT VOID test_arraybase_main(unittest_driver_t *driver);
+IMPORT VOID test_arraybase_main(unittest_driver_t *driver);
 IMPORT VOID test_treebase_main(unittest_driver_t *driver);
 IMPORT VOID test_bytearray_main(unittest_driver_t *driver);
+IMPORT VOID test_wordarray_main(unittest_driver_t *driver);
 
 #endif