summaryrefslogtreecommitdiffstats
path: root/generic/tclAbstractList.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclAbstractList.h')
-rw-r--r--generic/tclAbstractList.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/generic/tclAbstractList.h b/generic/tclAbstractList.h
index 80ae269..015f6c6 100644
--- a/generic/tclAbstractList.h
+++ b/generic/tclAbstractList.h
@@ -27,12 +27,11 @@ Tcl_AbstractListTypeName(
}
}
-Tcl_Obj *Tcl_NewAbstractListObj(Tcl_Interp *interp, const Tcl_AbstractListType *);
-int Tcl_AbstractListCheckedSetProc(Tcl_Obj *objPtr, Tcl_AbstractListProcType ptype, void **procPtr);
+Tcl_Obj * Tcl_NewAbstractListObj(Tcl_Interp *interp, const Tcl_AbstractListType *);
Tcl_WideInt Tcl_AbstractListObjLength(Tcl_Obj *abstractListPtr);
-Tcl_Obj* Tcl_AbstractListObjIndex(Tcl_Obj *abstractListPtr, Tcl_WideInt index);
-Tcl_Obj* Tcl_AbstractListObjRange(Tcl_Obj *abstractListPtr, Tcl_WideInt fromIdx, Tcl_WideInt toIdx);
-Tcl_Obj* Tcl_AbstractListObjReverse(Tcl_Obj *abstractListPtr);
+Tcl_Obj * Tcl_AbstractListObjIndex(Tcl_Obj *abstractListPtr, Tcl_WideInt index);
+Tcl_Obj * Tcl_AbstractListObjRange(Tcl_Obj *abstractListPtr, Tcl_WideInt fromIdx, Tcl_WideInt toIdx);
+Tcl_Obj * Tcl_AbstractListObjReverse(Tcl_Obj *abstractListPtr);
int Tcl_AbstractListObjGetElements(Tcl_Interp *interp, Tcl_Obj *objPtr, int *objcPtr, Tcl_Obj ***objvPtr);
#endif