diff options
Diffstat (limited to 'src/interfaces/libpq/libpq-fe.h')
-rw-r--r-- | src/interfaces/libpq/libpq-fe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h index bbf8021c598..193497ea7d8 100644 --- a/src/interfaces/libpq/libpq-fe.h +++ b/src/interfaces/libpq/libpq-fe.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-fe.h,v 1.10 1996/11/09 10:39:54 scrappy Exp $ + * $Id: libpq-fe.h,v 1.11 1996/11/10 03:06:38 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -170,7 +170,7 @@ typedef struct _PQconninfoOption PQconninfoOption; /* === in fe-connect.c === */ /* make a new client connection to the backend */ extern PGconn* PQconnectdb(const char* conninfo); -extern PQconninfoOption *PQconndefaults(); +extern PQconninfoOption *PQconndefaults(void); extern PGconn* PQsetdb(const char* pghost, const char* pgport, const char* pgoptions, const char* pgtty, const char* dbName); /* close the current connection and free the PGconn data structure */ |