File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
- * $Id: pgtclId.h,v 1.12 1999/05/25 22:43:47 momjian Exp $
12
+ * $Id: pgtclId.h,v 1.13 1999/05/30 15: 22:34 tgl Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -35,9 +35,9 @@ extern void PgSetConnectionId(Tcl_Interp *interp, PGconn *conn);
35
35
36
36
extern PGconn * PgGetConnectionId (Tcl_Interp * interp , char * id ,
37
37
Pg_ConnectionId * * );
38
- extern PgDelConnectionId (DRIVER_DEL_PROTO );
38
+ extern int PgDelConnectionId (DRIVER_DEL_PROTO );
39
39
extern int PgOutputProc (DRIVER_OUTPUT_PROTO );
40
- extern PgInputProc (DRIVER_INPUT_PROTO );
40
+ extern int PgInputProc (DRIVER_INPUT_PROTO );
41
41
extern int PgSetResultId (Tcl_Interp * interp , char * connid , PGresult * res );
42
42
extern PGresult * PgGetResultId (Tcl_Interp * interp , char * id );
43
43
extern void PgDelResultId (Tcl_Interp * interp , char * id );
You can’t perform that action at this time.
0 commit comments