We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd4d297a commit3257b0eCopy full SHA for 3257b0e
src/interfaces/libpgtcl/pgtclId.h
@@ -9,7 +9,7 @@
9
*
10
* Copyright (c) 1994, Regents of the University of California
11
12
- * $Id: pgtclId.h,v 1.12 1999/05/2522:43:47 momjian Exp $
+ * $Id: pgtclId.h,v 1.13 1999/05/30 15:22:34 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -35,9 +35,9 @@ extern void PgSetConnectionId(Tcl_Interp *interp, PGconn *conn);
35
36
externPGconn*PgGetConnectionId(Tcl_Interp*interp,char*id,
37
Pg_ConnectionId**);
38
-externPgDelConnectionId(DRIVER_DEL_PROTO);
+externintPgDelConnectionId(DRIVER_DEL_PROTO);
39
externintPgOutputProc(DRIVER_OUTPUT_PROTO);
40
-externPgInputProc(DRIVER_INPUT_PROTO);
+externintPgInputProc(DRIVER_INPUT_PROTO);
41
externintPgSetResultId(Tcl_Interp*interp,char*connid,PGresult*res);
42
externPGresult*PgGetResultId(Tcl_Interp*interp,char*id);
43
externvoidPgDelResultId(Tcl_Interp*interp,char*id);