Eneboo - Documentación para desarrolladores
src/libpq/include/postgres_fe.h
Ir a la documentación de este archivo.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * postgres_fe.h
00004  *        Primary include file for PostgreSQL client-side .c files
00005  *
00006  * This should be the first file included by PostgreSQL client libraries and
00007  * application programs --- but not by backend modules, which should include
00008  * postgres.h.
00009  *
00010  *
00011  * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
00012  * Portions Copyright (c) 1995, Regents of the University of California
00013  *
00014  * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.10 2004/12/31 22:03:19 pgsql Exp $
00015  *
00016  *-------------------------------------------------------------------------
00017  */
00018 #ifndef POSTGRES_FE_H
00019 #define POSTGRES_FE_H
00020 
00021 #include "c.h"
00022 
00023 #endif   /* POSTGRES_FE_H */
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'