X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpostrr.h.in;h=9a25d4e9f0c76375cbaab4a97c6ac85273644e2a;hb=0478a7da8a276444f96d4d0a0a13fa9448ce9250;hp=95582db6eaf3a7d22f2f311f0fb2fb0cef1cf0d6;hpb=5ecfed8aa54f55586cfc0ba204ec172ae44a5f13;p=postrr.git diff --git a/src/postrr.h.in b/src/postrr.h.in index 95582db..9a25d4e 100644 --- a/src/postrr.h.in +++ b/src/postrr.h.in @@ -94,6 +94,8 @@ Datum rrtimeslice_ge(PG_FUNCTION_ARGS); Datum rrtimeslice_cmp(PG_FUNCTION_ARGS); +Datum +rrtimeslice_hash(PG_FUNCTION_ARGS); /* * internal (not fmgr-callable) functions @@ -128,6 +130,8 @@ cdata_typmodout(PG_FUNCTION_ARGS); /* casts */ Datum cdata_to_cdata(PG_FUNCTION_ARGS); +Datum +int32_to_cdata(PG_FUNCTION_ARGS); #endif /* ! POSTRR_H */