diff options
author | Marc G. Fournier | 1996-12-19 05:02:51 +0000 |
---|---|---|
committer | Marc G. Fournier | 1996-12-19 05:02:51 +0000 |
commit | 56e8243d223cec721e9a4dd2288f9d9af7cd48c2 (patch) | |
tree | 6d837efcabddffb8b8b7a7eb617158271325bc5b /src/interfaces/libpgtcl/pgtclCmds.h | |
parent | 194ed4efe5c74e40452ac26142770200ff6f4111 (diff) |
Add two new comments to pglibtcl...
From: Massimo Dal Zotto <[email protected]>
Diffstat (limited to 'src/interfaces/libpgtcl/pgtclCmds.h')
-rw-r--r-- | src/interfaces/libpgtcl/pgtclCmds.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interfaces/libpgtcl/pgtclCmds.h b/src/interfaces/libpgtcl/pgtclCmds.h index 4883b926eaa..78c4e1d770f 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*/ |