diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 16:22:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-07 16:22:16 (GMT) |
commit | d8889b9e46595ff7b91a65ee6f7d085c14007cbf (patch) | |
tree | 75b0c1e6fd6af2c4a876c073f6aa50d52ab1faa3 /doc | |
parent | e3b24a5defd86b87e59a1260fc2dd752cda7020f (diff) | |
download | tcl-d8889b9e46595ff7b91a65ee6f7d085c14007cbf.zip tcl-d8889b9e46595ff7b91a65ee6f7d085c14007cbf.tar.gz tcl-d8889b9e46595ff7b91a65ee6f7d085c14007cbf.tar.bz2 |
Add return type decls
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RegExp.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/RegExp.3 b/doc/RegExp.3 index 8de90b9..bb293e5 100644 --- a/doc/RegExp.3 +++ b/doc/RegExp.3 @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: RegExp.3,v 1.19 2004/10/07 16:05:15 dkf Exp $ +'\" RCS: @(#) $Id: RegExp.3,v 1.20 2004/10/07 16:22:16 dkf Exp $ '\" .so man.macros .TH Tcl_RegExpMatch 3 8.1 Tcl "Tcl Library Procedures" @@ -29,6 +29,7 @@ Tcl_RegExp int \fBTcl_RegExpExec\fR(\fIinterp\fR, \fIregexp\fR, \fIstring\fR, \fIstart\fR) .sp +void \fBTcl_RegExpRange\fR(\fIregexp\fR, \fIindex\fR, \fIstartPtr\fR, \fIendPtr\fR) .sp Tcl_RegExp @@ -37,6 +38,7 @@ Tcl_RegExp int \fBTcl_RegExpExecObj\fR(\fIinterp\fR, \fIregexp\fR, \fIobjPtr\fR, \fIoffset\fR, \fInmatches\fR, \fIeflags\fR) .sp +void \fBTcl_RegExpGetInfo\fR(\fIregexp\fR, \fIinfoPtr\fR) .SH ARGUMENTS |