Index: generic/nsfInt.h =================================================================== diff -u -r8a6eddd18d929736bd1d3fefe985c2b1f2963fc0 -r92ab630ebd3c1b907e3d0fdf97cc07914245c028 --- generic/nsfInt.h (.../nsfInt.h) (revision 8a6eddd18d929736bd1d3fefe985c2b1f2963fc0) +++ generic/nsfInt.h (.../nsfInt.h) (revision 92ab630ebd3c1b907e3d0fdf97cc07914245c028) @@ -917,14 +917,11 @@ nonnull(1) nonnull(2); EXTERN void NsfProfileRecordProcData(Tcl_Interp *interp, char *methodName, long startSec, long startUsec) nonnull(1) nonnull(2); -EXTERN void NsfProfileInit(Tcl_Interp *interp) - nonnull(1); -EXTERN void NsfProfileFree(Tcl_Interp *interp) - nonnull(1); -EXTERN void NsfProfileClearData(Tcl_Interp *interp) - nonnull(1); -EXTERN void NsfProfileGetData(Tcl_Interp *interp) - nonnull(1); +EXTERN void NsfProfileInit(Tcl_Interp *interp) nonnull(1); +EXTERN void NsfProfileFree(Tcl_Interp *interp) nonnull(1); +EXTERN void NsfProfileClearData(Tcl_Interp *interp) nonnull(1); +EXTERN void NsfProfileGetData(Tcl_Interp *interp) nonnull(1); + EXTERN NsfCallStackContent *NsfCallStackGetTopFrame(Tcl_Interp *interp, Tcl_CallFrame **framePtrPtr) nonnull(1) nonnull(2); #endif