diff options
author | Tom Lane | 2003-07-14 16:58:24 +0000 |
---|---|---|
committer | Tom Lane | 2003-07-14 16:58:24 +0000 |
commit | 70f3abb1e0a5cb5fd3055c5c6fbb1f9e1b8a609c (patch) | |
tree | 91b110ab39541317d855b0dd966a0e3b73ad36fa | |
parent | eb5b13d36b1b720ca3e77f62ac440ce41f98e3ee (diff) |
Whoops, missed committing this change to match cosmetic changes in
ascii.c.
-rw-r--r-- | src/include/utils/ascii.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/include/utils/ascii.h b/src/include/utils/ascii.h index 8fde90baed..2b5532f3d2 100644 --- a/src/include/utils/ascii.h +++ b/src/include/utils/ascii.h @@ -1,12 +1,11 @@ - -/* ----------------------------------------------------------------------- +/*----------------------------------------------------------------------- * ascii.h * - * $Id$ + * Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group * - * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group + * $Id$ * - * ----------------------------------------------------------------------- + *----------------------------------------------------------------------- */ #ifndef _ASCII_H_ @@ -18,7 +17,4 @@ extern Datum to_ascii_encname(PG_FUNCTION_ARGS); extern Datum to_ascii_enc(PG_FUNCTION_ARGS); extern Datum to_ascii_default(PG_FUNCTION_ARGS); -extern char *pg_to_ascii(unsigned char *src, unsigned char *src_end, - unsigned char *desc, int enc); - #endif /* _ASCII_H_ */ |