diff options
| author | Bruce Momjian | 2000-07-07 18:49:56 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-07-07 18:49:56 +0000 |
| commit | 364985542ba58f2f43b5711941da26518f53c667 (patch) | |
| tree | 7e4744104175e2d4c0ff61e05bdde4732e7b59b3 /src/include/utils | |
| parent | 76adc095714785a0478a23c242a89ba73ea5b448 (diff) | |
Rename cash_words_out to cash_words.
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/cash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/cash.h b/src/include/utils/cash.h index 58f906aacc1..cc612961d29 100644 --- a/src/include/utils/cash.h +++ b/src/include/utils/cash.h @@ -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 */ |
