]> granicus.if.org Git - postgresql/blobdiff - src/include/utils/cash.h
Update copyright for 2014
[postgresql] / src / include / utils / cash.h
index 81b51ad68f1cb21c523ed14c0eb85cf30399702b..3a491f9231a8cf2678c7385635f6465b027249b7 100644 (file)
@@ -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 */