[Groonga-commit] pgroonga/pgroonga at d4fe988 [master] Add a missing declaration

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 14 14:18:24 JST 2015


Kouhei Sutou	2015-02-14 14:18:24 +0900 (Sat, 14 Feb 2015)

  New Revision: d4fe988de9ddd19fc62d81ba78c191a2abe47204
  https://github.com/pgroonga/pgroonga/commit/d4fe988de9ddd19fc62d81ba78c191a2abe47204

  Message:
    Add a missing declaration

  Modified files:
    pgroonga.h

  Modified: pgroonga.h (+1 -0)
===================================================================
--- pgroonga.h    2015-02-14 00:27:42 +0900 (555786f)
+++ pgroonga.h    2015-02-14 14:18:24 +0900 (e585f0a)
@@ -45,6 +45,7 @@
 /* in pgroonga.c */
 extern void PGDLLEXPORT _PG_init(void);
 
+extern Datum PGDLLEXPORT pgroonga_table_name(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_command(PG_FUNCTION_ARGS);
 
 extern Datum PGDLLEXPORT pgroonga_contain_text(PG_FUNCTION_ARGS);
-------------- next part --------------
HTML����������������������������...
다운로드 



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