From 3ff195398245d187f0477ef6c83bd5ed5eb50b03 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 15 Nov 2010 20:19:06 +0100 Subject: Added some ecpg stuff. --- pg.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pg.h (limited to 'pg.h') diff --git a/pg.h b/pg.h new file mode 100644 index 0000000..150b5ef --- /dev/null +++ b/pg.h @@ -0,0 +1,9 @@ +#ifndef PG_H +#define PG_H + +int pg_connect(const char *string); +void pg_disconnect(); +int pg_init(); +int pg_upgrade(); + +#endif -- cgit v1.2.3