[Groonga-commit] groonga/groonga [master] add declrations.

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2011年 3月 13日 (日) 19:46:06 JST


Kouhei Sutou	2011-03-13 10:46:06 +0000 (Sun, 13 Mar 2011)

  New Revision: 1b4de78d5ed66b520d2781261fe473ab4bf60f6b

  Log:
    add declrations.

  Modified files:
    test/unit/core/test-text.c

  Modified: test/unit/core/test-text.c (+7 -1)
===================================================================
--- test/unit/core/test-text.c    2011-03-13 10:40:36 +0000 (e165eeb)
+++ test/unit/core/test-text.c    2011-03-13 10:46:06 +0000 (a283827)
@@ -1,5 +1,7 @@
 /* -*- c-basic-offset: 2; coding: utf-8 -*- */
-/* Copyright(C) 2009 Brazil
+/*
+  Copyright(C) 2009  Brazil
+  Copyright(C) 2011  Kouhei Sutou <kou****@clear*****>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -22,6 +24,10 @@
 
 #include "../lib/grn-assertions.h"
 
+void test_time2rfc1123(void);
+void test_atoi_padded(void);
+void test_urldec(void);
+
 static grn_ctx context;
 
 void




Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index