diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 21:56:23 +0000 |
commit | 59f6a57e59fe8353f9edaa3703516ea67e06672b (patch) | |
tree | 1b083fb66cf0be3890480a1ed5fb077dd7293790 /src/interfaces/libpgtcl/pgtclId.c | |
parent | 075cede74858a9a04e97097b1ccd555121516c20 (diff) | |
download | postgresql-59f6a57e59fe8353f9edaa3703516ea67e06672b.tar.gz postgresql-59f6a57e59fe8353f9edaa3703516ea67e06672b.zip |
Used modified version of indent that understands over 100 typedefs.
Diffstat (limited to 'src/interfaces/libpgtcl/pgtclId.c')
-rw-r--r-- | src/interfaces/libpgtcl/pgtclId.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpgtcl/pgtclId.c b/src/interfaces/libpgtcl/pgtclId.c index fb43616a8ea..5b82ff1a51c 100644 --- a/src/interfaces/libpgtcl/pgtclId.c +++ b/src/interfaces/libpgtcl/pgtclId.c @@ -12,7 +12,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.5 1997/09/08 02:40:17 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.6 1997/09/08 21:55:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -29,7 +29,7 @@ * Create the Id for a new connection and hash it */ void -PgSetConnectionId(Pg_clientData * cd, char *id, PGconn * conn) +PgSetConnectionId(Pg_clientData * cd, char *id, PGconn *conn) { Tcl_HashEntry *hent; Pg_ConnectionId *connid; @@ -111,7 +111,7 @@ PgDelConnectionId(Pg_clientData * cd, char *id) * Create a new result Id and hash it */ void -PgSetResultId(Pg_clientData * cd, char *id, char *connid_c, PGresult * res) +PgSetResultId(Pg_clientData * cd, char *id, char *connid_c, PGresult *res) { Tcl_HashEntry *hent; Pg_ConnectionId *connid; |