]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/libpq/libpq-fe.h
From: Dan McGuirk <mcguirk@indirect.com>
[postgresql] / src / interfaces / libpq / libpq-fe.h
index 8d9182ac3ea5df7d0d754df40e09a3c204394ae5..c765661e71770e288dc48d70a9ad99c68b6d29de 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.17 1997/01/06 10:11:11 bryanh Exp $
+ * $Id: libpq-fe.h,v 1.18 1997/03/12 21:23:16 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -125,6 +125,8 @@ typedef struct pg_conn{
   int asyncNotifyWaiting;
   Dllist* notifyList;
   char *pguser;  /* Postgres username of user who is connected */
+  char *pgpass;
+  char *pgauth;
   PGlobjfuncs *lobjfuncs; /* Backend function OID's for large object access */
 } PGconn;