summaryrefslogtreecommitdiff
path: root/pg.h
diff options
context:
space:
mode:
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