1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

New INET functions from D'Arcy J.M. Cain

This commit is contained in:
Bruce Momjian
1998-10-12 04:07:53 +00:00
parent 03ab5f0174
commit eb3e640ea2
5 changed files with 235 additions and 10 deletions

View File

@@ -44,6 +44,6 @@ extern Cash *int2_mul_cash(int2 s, Cash *c);
extern Cash *cashlarger(Cash *c1, Cash *c2);
extern Cash *cashsmaller(Cash *c1, Cash *c2);
extern const char *cash_words_out(Cash *value);
extern text *cash_words_out(Cash *value);
#endif /* CASH_H */