diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
| commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
| tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/interfaces/libpgtcl/pgtclId.h | |
| parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) | |
| download | postgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.tar.gz | |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/interfaces/libpgtcl/pgtclId.h')
| -rw-r--r-- | src/interfaces/libpgtcl/pgtclId.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/interfaces/libpgtcl/pgtclId.h b/src/interfaces/libpgtcl/pgtclId.h index 9cb431918a..03856434d6 100644 --- a/src/interfaces/libpgtcl/pgtclId.h +++ b/src/interfaces/libpgtcl/pgtclId.h @@ -1,22 +1,22 @@ /*------------------------------------------------------------------------- * * pgtclId.h-- - * useful routines to convert between strings and pointers - * Needed because everything in tcl is a string, but often, pointers - * to data structures are needed. - * + * useful routines to convert between strings and pointers + * Needed because everything in tcl is a string, but often, pointers + * to data structures are needed. + * * * Copyright (c) 1994, Regents of the University of California * - * $Id: pgtclId.h,v 1.2 1996/10/30 06:18:42 scrappy Exp $ + * $Id: pgtclId.h,v 1.3 1997/09/07 05:03:14 momjian Exp $ * *------------------------------------------------------------------------- */ -extern void PgSetConnectionId(Pg_clientData *cd, char *id, PGconn *conn); -extern PGconn *PgGetConnectionId(Pg_clientData *cd, char *id); -extern void PgDelConnectionId(Pg_clientData *cd, char *id); -extern void PgSetResultId(Pg_clientData *cd, char *id, char *connid, PGresult *res); -extern PGresult *PgGetResultId(Pg_clientData *cd, char *id); -extern void PgDelResultId(Pg_clientData *cd, char *id); -extern void PgGetConnByResultId(Pg_clientData *cd, char *id, char *resid); +extern void PgSetConnectionId(Pg_clientData * cd, char *id, PGconn * conn); +extern PGconn *PgGetConnectionId(Pg_clientData * cd, char *id); +extern void PgDelConnectionId(Pg_clientData * cd, char *id); +extern void PgSetResultId(Pg_clientData * cd, char *id, char *connid, PGresult * res); +extern PGresult *PgGetResultId(Pg_clientData * cd, char *id); +extern void PgDelResultId(Pg_clientData * cd, char *id); +extern void PgGetConnByResultId(Pg_clientData * cd, char *id, char *resid); |
