[Groonga-commit] groonga/groonga [master] remove duplicated declarations.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 12日 (土) 22:30:11 JST


Kouhei Sutou	2011-11-12 13:30:11 +0000 (Sat, 12 Nov 2011)

  New Revision: 41226374f21e89c114963fa8b3b5b229582dfc34

  Log:
    remove duplicated declarations.

  Modified files:
    src/suggest/groonga_suggest_httpd.c

  Modified: src/suggest/groonga_suggest_httpd.c (+0 -4)
===================================================================
--- src/suggest/groonga_suggest_httpd.c    2011-11-12 09:09:57 +0000 (efe9cfd)
+++ src/suggest/groonga_suggest_httpd.c    2011-11-12 13:30:11 +0000 (770b41f)
@@ -45,8 +45,6 @@
 #define DEFAULT_PORT 8080
 #define DEFAULT_MAX_THREADS 8
 
-grn_rc grn_ctx_close(grn_ctx *ctx);
-
 #define CONST_STR_LEN(x) x, x ? sizeof(x) - 1 : 0
 
 #define LISTEN_BACKLOG 756
@@ -401,8 +399,6 @@ dispatch(void *arg)
   return NULL;
 }
 
-grn_rc grn_text_ulltoa(grn_ctx *ctx, grn_obj *buf, unsigned long long int i);
-
 static void
 msgpack2json(msgpack_object *o, grn_ctx *ctx, grn_obj *buf)
 {




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