diff options
Diffstat (limited to 'src/interfaces/libpgeasy/libpgeasy.h')
-rw-r--r-- | src/interfaces/libpgeasy/libpgeasy.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/interfaces/libpgeasy/libpgeasy.h b/src/interfaces/libpgeasy/libpgeasy.h deleted file mode 100644 index 864f30231df..00000000000 --- a/src/interfaces/libpgeasy/libpgeasy.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * pglib.h - * -*/ - -PGresult *doquery(char *query); -PGconn *connectdb(char *options); -void disconnectdb(void); -int fetch(void *param,...); -int fetchwithnulls(void *param,...); -void on_error_continue(void); -void on_error_stop(void); -PGresult *get_result(void); -void set_result(PGresult *newres); -void unset_result(PGresult *oldres); -void reset_fetch(void); - -#define END_OF_TUPLES (-1) |