We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb1eb992 commit8460000Copy full SHA for 8460000
src/include/utils/ascii.h
@@ -1,12 +1,11 @@
1
-
2
-/* -----------------------------------------------------------------------
+/*-----------------------------------------------------------------------
3
* ascii.h
4
*
5
- * $Id: ascii.h,v 1.92002/08/29 07:22:29 ishii Exp $
+ * Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group
6
7
- * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
+ * $Id: ascii.h,v 1.10 2003/07/14 16:58:24 tgl Exp $
8
9
- *-----------------------------------------------------------------------
+ *-----------------------------------------------------------------------
10
*/
11
12
#ifndef_ASCII_H_
@@ -18,7 +17,4 @@ extern Datum to_ascii_encname(PG_FUNCTION_ARGS);
18
17
externDatumto_ascii_enc(PG_FUNCTION_ARGS);
19
externDatumto_ascii_default(PG_FUNCTION_ARGS);
20
21
-externchar*pg_to_ascii(unsignedchar*src,unsignedchar*src_end,
22
-unsignedchar*desc,intenc);
23
24
#endif/* _ASCII_H_ */