summaryrefslogtreecommitdiff
path: root/contrib/tablefunc/tablefunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tablefunc/tablefunc.h')
-rw-r--r--contrib/tablefunc/tablefunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h
index c8ea8ffcd57..b9e3b12c6b1 100644
--- a/contrib/tablefunc/tablefunc.h
+++ b/contrib/tablefunc/tablefunc.h
@@ -34,6 +34,7 @@
*/
extern Datum normal_rand(PG_FUNCTION_ARGS);
extern Datum crosstab(PG_FUNCTION_ARGS);
+extern Datum crosstab_hash(PG_FUNCTION_ARGS);
extern Datum connectby_text(PG_FUNCTION_ARGS);
#endif /* TABLEFUNC_H */