]> granicus.if.org Git - postgresql/commitdiff
Remove PQunixsocket prototype
authorBruce Momjian <bruce@momjian.us>
Tue, 28 Nov 2000 07:25:08 +0000 (07:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 28 Nov 2000 07:25:08 +0000 (07:25 +0000)
src/interfaces/libpq/libpq-fe.h

index 0d064e1a67ae2848c26787b5db3ea8d0272439b0..f44b034979834dd1ccbb8e6170968ce8fb47eb28 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.68 2000/11/13 15:18:15 momjian Exp $
+ * $Id: libpq-fe.h,v 1.69 2000/11/28 07:25:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -217,7 +217,6 @@ extern              "C"
        extern char *PQpass(const PGconn *conn);
        extern char *PQhost(const PGconn *conn);
        extern char *PQport(const PGconn *conn);
-       extern char *PQunixsocket(const PGconn *conn);
        extern char *PQtty(const PGconn *conn);
        extern char *PQoptions(const PGconn *conn);
        extern ConnStatusType PQstatus(const PGconn *conn);