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

Rename cash_words_out to cash_words.

This commit is contained in:
Bruce Momjian
2000-07-07 18:49:56 +00:00
parent 76adc09571
commit 364985542b
3 changed files with 6 additions and 6 deletions

View File

@@ -44,6 +44,6 @@ extern Datum cash_div_int2(PG_FUNCTION_ARGS);
extern Cash *cashlarger(Cash *c1, Cash *c2);
extern Cash *cashsmaller(Cash *c1, Cash *c2);
extern Datum cash_words_out(PG_FUNCTION_ARGS);
extern Datum cash_words(PG_FUNCTION_ARGS);
#endif /* CASH_H */