Code

pgtest.sh: Improved help/usage output.
[postrr.git] / src / postrr.h.in
index bca014a9d47591294dd7dfb4702ee9dfb7c2d3ab..798fd3fea523a84ae66e2d1111b9ce88dee8514c 100644 (file)
@@ -134,6 +134,12 @@ Datum
 cdata_to_cdata(PG_FUNCTION_ARGS);
 Datum
 int32_to_cdata(PG_FUNCTION_ARGS);
+Datum
+cdata_to_float8(PG_FUNCTION_ARGS);
+
+/* aux. functions */
+Datum
+cdata_update(PG_FUNCTION_ARGS);
 
 #endif /* ! POSTRR_H */