[Groonga-commit] groonga/groonga at 51e2141 [master] Hide grn_select()

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 16 17:05:57 JST 2014


Kouhei Sutou	2014-11-16 17:05:57 +0900 (Sun, 16 Nov 2014)

  New Revision: 51e2141c7112cc1f76d144cfbc2f19f054725f12
  https://github.com/groonga/groonga/commit/51e2141c7112cc1f76d144cfbc2f19f054725f12

  Message:
    Hide grn_select()
    
    Because nobody can't use the many arguments function.

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2014-11-16 16:42:26 +0900 (4ef11c5)
+++ lib/proc.c    2014-11-16 17:05:57 +0900 (2eef3e3)
@@ -609,7 +609,7 @@ grn_select_drilldown(grn_ctx *ctx, grn_obj *table,
   }
 }
 
-grn_rc
+static grn_rc
 grn_select(grn_ctx *ctx, const char *table, unsigned int table_len,
            const char *match_columns, unsigned int match_columns_len,
            const char *query, unsigned int query_len,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index