Navigation Menu

Skip to content

Commit

Permalink
Add a missing declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 22, 2015
1 parent 3ea7eaf commit 9a0b692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgroonga.c
Expand Up @@ -42,6 +42,7 @@ typedef GrnScanOpaqueData *GrnScanOpaque;

PG_FUNCTION_INFO_V1(pgroonga_contain_text);
PG_FUNCTION_INFO_V1(pgroonga_contain_bpchar);
PG_FUNCTION_INFO_V1(pgroonga_match);

PG_FUNCTION_INFO_V1(pgroonga_insert);
PG_FUNCTION_INFO_V1(pgroonga_beginscan);
Expand Down

0 comments on commit 9a0b692

Please sign in to comment.