summaryrefslogtreecommitdiff
path: root/src/include/utils/cash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/cash.h')
-rw-r--r--src/include/utils/cash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/utils/cash.h b/src/include/utils/cash.h
index 81b51ad68f1..3a491f9231a 100644
--- a/src/include/utils/cash.h
+++ b/src/include/utils/cash.h
@@ -67,4 +67,7 @@ extern Datum cash_words(PG_FUNCTION_ARGS);
extern Datum cash_numeric(PG_FUNCTION_ARGS);
extern Datum numeric_cash(PG_FUNCTION_ARGS);
+extern Datum int4_cash(PG_FUNCTION_ARGS);
+extern Datum int8_cash(PG_FUNCTION_ARGS);
+
#endif /* CASH_H */