summaryrefslogtreecommitdiff
path: root/pg.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-11-15 20:19:06 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-11-15 20:19:06 +0100
commit3ff195398245d187f0477ef6c83bd5ed5eb50b03 (patch)
tree8a3ce664c11df3e693dd4d0c18fcb87443490463 /pg.h
parent14e35e4d1f2f8927685b0c55bdc1f5d6bd5a2e9f (diff)
Added some ecpg stuff.
Diffstat (limited to 'pg.h')
-rw-r--r--pg.h9
1 files changed, 9 insertions, 0 deletions
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