summaryrefslogtreecommitdiff
path: root/pg.h
blob: 150b5efdee606dbd83b71c1376d429158bb9aa14 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PG_H
#define PG_H

int pg_connect(const char *string);
void pg_disconnect();
int pg_init();
int pg_upgrade();

#endif