summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/pgtclCmds.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-12-19 05:02:51 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-12-19 05:02:51 +0000
commit56e8243d223cec721e9a4dd2288f9d9af7cd48c2 (patch)
tree6d837efcabddffb8b8b7a7eb617158271325bc5b /src/interfaces/libpgtcl/pgtclCmds.h
parent194ed4efe5c74e40452ac26142770200ff6f4111 (diff)
downloadpostgresql-56e8243d223cec721e9a4dd2288f9d9af7cd48c2.tar.gz
Add two new comments to pglibtcl...
From: Massimo Dal Zotto <dz@cs.unitn.it>
Diffstat (limited to 'src/interfaces/libpgtcl/pgtclCmds.h')
-rw-r--r--src/interfaces/libpgtcl/pgtclCmds.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interfaces/libpgtcl/pgtclCmds.h b/src/interfaces/libpgtcl/pgtclCmds.h
index 4883b926ea..78c4e1d770 100644
--- a/src/interfaces/libpgtcl/pgtclCmds.h
+++ b/src/interfaces/libpgtcl/pgtclCmds.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pgtclCmds.h,v 1.4 1996/11/09 10:39:42 scrappy Exp $
+ * $Id: pgtclCmds.h,v 1.5 1996/12/19 05:02:51 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -75,6 +75,10 @@ extern int Pg_lo_import(
ClientData cData, Tcl_Interp *interp, int argc, char* argv[]);
extern int Pg_lo_export(
ClientData cData, Tcl_Interp *interp, int argc, char* argv[]);
+extern int Pg_listen(
+ ClientData cData, Tcl_Interp *interp, int argc, char* argv[]);
+extern int Pg_notifies(
+ ClientData cData, Tcl_Interp *interp, int argc, char* argv[]);
#endif /*PGTCLCMDS_H*/