[Tcladdressbook-commits] Source TclAddressBookUtils.h,1.9,1.10
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-30 11:15:05
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18451/Source Modified Files: TclAddressBookUtils.h Log Message: Subcommands to [identifier] command Index: TclAddressBookUtils.h =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBookUtils.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- TclAddressBookUtils.h 29 Jul 2004 09:12:23 -0000 1.9 +++ TclAddressBookUtils.h 30 Jul 2004 11:14:54 -0000 1.10 @@ -1,7 +1,7 @@ /* * File : "TclAddressBookUtils.h" * Created: 2003-12-05 10:05:19 - * Last modification: 2004-07-29 11:07:37 + * Last modification: 2004-07-30 11:36:23 * Author: Bernard Desgraupes * e-mail: <bde...@ea...> * @@ -106,6 +106,26 @@ Tcl_Obj *resultPtr, int inRecordType); +int TclAB_IdentifierCount(Tcl_Interp *interp, + int objc, + Tcl_Obj *CONST objv[], + Tcl_Obj *resultPtr); + +int TclAB_IdentifierGet(Tcl_Interp *interp, + int objc, + Tcl_Obj *CONST objv[], + Tcl_Obj *resultPtr); + +int TclAB_IdentifierPrimary(Tcl_Interp *interp, + int objc, + Tcl_Obj *CONST objv[], + Tcl_Obj *resultPtr); + +int TclAB_IdentifierSet(Tcl_Interp *interp, + int objc, + Tcl_Obj *CONST objv[], + Tcl_Obj *resultPtr); + void TclAB_PutValueInResult(Tcl_Interp *interp, char * inPropName, char * inStr, Boolean allValues); Boolean TclAB_CheckItem(Tcl_Interp *interp, |