1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Clean out the old...

This commit is contained in:
Marc G. Fournier
1996-09-19 20:16:55 +00:00
parent 9fb31dcb54
commit ee9b8016c7
7 changed files with 0 additions and 414 deletions

View File

@ -1,13 +0,0 @@
/*
* pglib.h
*
*/
PGresult *doquery(char *query);
PGconn *connectdb();
void disconnectdb();
int fetch(void *param, ...);
void on_error_continue();
void on_error_stop();
#define END_OF_TUPLES (-1)