~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/include/postgres_fe.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
 *
 
3
 * postgres_fe.h
 
4
 *        Primary include file for PostgreSQL client-side .c files
 
5
 *
 
6
 * This should be the first file included by PostgreSQL client libraries and
 
7
 * application programs --- but not by backend modules, which should include
 
8
 * postgres.h.
 
9
 *
 
10
 *
 
11
 * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 
12
 * Portions Copyright (c) 1995, Regents of the University of California
 
13
 *
 
14
 * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.10 2004-12-31 22:03:19 pgsql Exp $
 
15
 *
 
16
 *-------------------------------------------------------------------------
 
17
 */
 
18
#ifndef POSTGRES_FE_H
 
19
#define POSTGRES_FE_H
 
20
 
 
21
#include "c.h"
 
22
 
 
23
#endif   /* POSTGRES_FE_H */