#ifndef PG_H #define PG_H int pg_connect(const char *string); void pg_disconnect(); int pg_init(); int pg_upgrade(); #endif