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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user