[Groonga-commit] pgroonga/pgroonga at 92a6aa6 [master] Add missing prototype

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 24 00:58:13 JST 2016


Kouhei Sutou	2016-04-24 00:58:13 +0900 (Sun, 24 Apr 2016)

  New Revision: 92a6aa615038511797ae852eeaf018902f8cd2e8
  https://github.com/pgroonga/pgroonga/commit/92a6aa615038511797ae852eeaf018902f8cd2e8

  Message:
    Add missing prototype

  Modified files:
    src/pgroonga.h

  Modified: src/pgroonga.h (+1 -0)
===================================================================
--- src/pgroonga.h    2016-04-24 00:56:53 +0900 (d7051f3)
+++ src/pgroonga.h    2016-04-24 00:58:13 +0900 (c5386a3)
@@ -58,6 +58,7 @@ extern Datum PGDLLEXPORT pgroonga_command(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_snippet_html(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_highlight_html(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_match_positions_byte(PG_FUNCTION_ARGS);
+extern Datum PGDLLEXPORT pgroonga_query_extract_keywords(PG_FUNCTION_ARGS);
 
 extern Datum PGDLLEXPORT pgroonga_match_term_text(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_match_term_text_array(PG_FUNCTION_ARGS);
-------------- next part --------------
HTML����������������������������...
Télécharger 



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