File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: libpq-fe.h,v 1.68 2000/11/13 15:18:15 momjian Exp $
10
+ * $Id: libpq-fe.h,v 1.69 2000/11/28 07:25:08 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -217,7 +217,6 @@ extern "C"
217
217
extern char * PQpass (const PGconn * conn );
218
218
extern char * PQhost (const PGconn * conn );
219
219
extern char * PQport (const PGconn * conn );
220
- extern char * PQunixsocket (const PGconn * conn );
221
220
extern char * PQtty (const PGconn * conn );
222
221
extern char * PQoptions (const PGconn * conn );
223
222
extern ConnStatusType PQstatus (const PGconn * conn );
You can’t perform that action at this time.
0 commit comments