summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls5
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 118cd49..04bd7e5 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tcl.decls,v 1.20 1999/07/02 21:59:18 redman Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.21 1999/07/16 21:56:38 redman Exp $
library tcl
@@ -1330,6 +1330,9 @@ declare 385 generic {
int Tcl_RegExpMatchObj(Tcl_Interp *interp, Tcl_Obj *stringObj, \
Tcl_Obj *patternObj)
}
+declare 386 generic {
+ void Tcl_SetNotifier(Tcl_NotifierProcs *notifierProcPtr)
+}
##############################################################################