aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/spi_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plperl/spi_internal.h')
-rw-r--r--src/pl/plperl/spi_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pl/plperl/spi_internal.h b/src/pl/plperl/spi_internal.h
index d1dfe5838fb..5c511fce47b 100644
--- a/src/pl/plperl/spi_internal.h
+++ b/src/pl/plperl/spi_internal.h
@@ -18,3 +18,5 @@ int spi_ERROR(void);
/* this is actually in plperl.c */
HV *plperl_spi_exec(char *, int);
void plperl_return_next(SV *);
+SV *plperl_spi_query(char *);
+SV *plperl_spi_fetchrow(char *);