int Ns_TclInitInterps( char *hServer, Ns_TclInterpInitProc *proc, void *context );
proc
) in the parent interpreter of the specified virtual server. The definition of Ns_TclInterpInitProc is:typedef int (Ns_TclInterpInitProc) (Tcl_Interp *interp, void *context);