Code

CData: Added cdata_update().
[postrr.git] / src / postrr.h.in
index bca014a9d47591294dd7dfb4702ee9dfb7c2d3ab..c309ef04ebb68146194c1d59f83a2b5961b6494f 100644 (file)
@@ -135,6 +135,10 @@ cdata_to_cdata(PG_FUNCTION_ARGS);
 Datum
 int32_to_cdata(PG_FUNCTION_ARGS);
 
+/* aux. functions */
+Datum
+cdata_update(PG_FUNCTION_ARGS);
+
 #endif /* ! POSTRR_H */
 
 /* vim: set tw=78 sw=4 ts=4 noexpandtab : */