[Groonga-commit] pgroonga/pgroonga at 1b95f47 [master] Add missing prototype declaration

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 27 15:32:36 JST 2016


Kouhei Sutou	2016-08-27 15:32:36 +0900 (Sat, 27 Aug 2016)

  New Revision: 1b95f47cca61efc435721464f514b99c939804ad
  https://github.com/pgroonga/pgroonga/commit/1b95f47cca61efc435721464f514b99c939804ad

  Message:
    Add missing prototype declaration

  Modified files:
    src/pgroonga.h

  Modified: src/pgroonga.h (+1 -0)
===================================================================
--- src/pgroonga.h    2016-08-27 15:22:13 +0900 (143ece3)
+++ src/pgroonga.h    2016-08-27 15:32:36 +0900 (d0b8fe7)
@@ -62,6 +62,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_match_positions_character(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_query_extract_keywords(PG_FUNCTION_ARGS);
 
 extern Datum PGDLLEXPORT pgroonga_match_term_text(PG_FUNCTION_ARGS);
-------------- next part --------------
HTML����������������������������...
Download 



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