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 77 * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
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 $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -217,7 +217,6 @@ extern "C"
217217 extern char * PQpass (const PGconn * conn );
218218 extern char * PQhost (const PGconn * conn );
219219 extern char * PQport (const PGconn * conn );
220- extern char * PQunixsocket (const PGconn * conn );
221220 extern char * PQtty (const PGconn * conn );
222221 extern char * PQoptions (const PGconn * conn );
223222 extern ConnStatusType PQstatus (const PGconn * conn );
You can’t perform that action at this time.
0 commit comments