1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

libpgtcl cleanups for Tom Lane.

This commit is contained in:
Bruce Momjian
1998-09-04 05:03:05 +00:00
parent b806b3d3f8
commit e9d0fa3762
3 changed files with 13 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-fe.h,v 1.41 1998/09/03 02:10:51 momjian Exp $
* $Id: libpq-fe.h,v 1.42 1998/09/04 05:03:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -182,7 +182,6 @@ typedef void (*PQnoticeProcessor) (void * arg, const char * message);
extern ConnStatusType PQstatus(PGconn *conn);
extern char *PQerrorMessage(PGconn *conn);
extern int PQsocket(PGconn *conn);
extern int PQsocket(PGconn *conn);
extern int PQbackendPID(PGconn *conn);
/* Enable/disable tracing */