summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgeasy/libpgeasy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpgeasy/libpgeasy.h')
-rw-r--r--src/interfaces/libpgeasy/libpgeasy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces/libpgeasy/libpgeasy.h b/src/interfaces/libpgeasy/libpgeasy.h
index 43fbeaba85..e58d5a1cd6 100644
--- a/src/interfaces/libpgeasy/libpgeasy.h
+++ b/src/interfaces/libpgeasy/libpgeasy.h
@@ -4,11 +4,11 @@
*/
PGresult *doquery(char *query);
-PGconn *connectdb(char *dbName,
- char *pghost,
- char *pgport,
- char *pgoptions,
- char *pgtty);
+PGconn *connectdb(char *dbName,
+ char *pghost,
+ char *pgport,
+ char *pgoptions,
+ char *pgtty);
void disconnectdb(void);
int fetch(void *param,...);
int fetchwithnulls(void *param,...);