Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / include / utils / ascii.h
bloba12578958fcbb57a4a835ac21ce4905262bfccfd
1 /*-----------------------------------------------------------------------
2 * ascii.h
4 * Portions Copyright (c) 1999-2009, PostgreSQL Global Development Group
6 * $PostgreSQL$
8 *-----------------------------------------------------------------------
9 */
11 #ifndef _ASCII_H_
12 #define _ASCII_H_
14 #include "fmgr.h"
16 extern Datum to_ascii_encname(PG_FUNCTION_ARGS);
17 extern Datum to_ascii_enc(PG_FUNCTION_ARGS);
18 extern Datum to_ascii_default(PG_FUNCTION_ARGS);
20 #endif /* _ASCII_H_ */