diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-07 16:22:16 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2004-10-07 16:22:16 (GMT) |
| commit | 8df22a481e1b9d4c0051c0c3fa09fb276c4313e9 (patch) | |
| tree | 75b0c1e6fd6af2c4a876c073f6aa50d52ab1faa3 | |
| parent | 050f666ce3eb7915be795f9c9235e3cd66bf8b78 (diff) | |
| download | tcl-8df22a481e1b9d4c0051c0c3fa09fb276c4313e9.zip tcl-8df22a481e1b9d4c0051c0c3fa09fb276c4313e9.tar.gz tcl-8df22a481e1b9d4c0051c0c3fa09fb276c4313e9.tar.bz2 | |
Add return type decls
| -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 |
