~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/include/utils/ascii.h

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*-----------------------------------------------------------------------
 
2
 * ascii.h
 
3
 *
 
4
 *       Portions Copyright (c) 1999-2005, PostgreSQL Global Development Group
 
5
 *
 
6
 * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.13 2005-01-01 05:43:09 momjian Exp $
 
7
 *
 
8
 *-----------------------------------------------------------------------
 
9
 */
 
10
 
 
11
#ifndef _ASCII_H_
 
12
#define _ASCII_H_
 
13
 
 
14
#include "fmgr.h"
 
15
 
 
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);
 
19
 
 
20
#endif   /* _ASCII_H_ */