[Tcladdressbook-commits] Source TclAddressBookUtils.h,1.11,1.12
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-30 21:29:35
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31308/Source Modified Files: TclAddressBookUtils.h Log Message: [identifier index] command Index: TclAddressBookUtils.h =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBookUtils.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- TclAddressBookUtils.h 30 Jul 2004 13:06:48 -0000 1.11 +++ TclAddressBookUtils.h 30 Jul 2004 21:29:25 -0000 1.12 @@ -116,6 +116,11 @@ Tcl_Obj *CONST objv[], Tcl_Obj *resultPtr); +int TclAB_IdentifierIndex(Tcl_Interp *interp, + int objc, + Tcl_Obj *CONST objv[], + Tcl_Obj *resultPtr); + int TclAB_IdentifierPrimary(Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], |