|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
    int Ns_TclInitInterps(
    char *hServer,
    Ns_TclInterpInitProc *proc,
    void *context
    );
Ns_TclInitInterps runs the specified procedure (proc) in the parent interpreter of the specified server. The definition of Ns_TclInterpInitProc is:
typedef int (Ns_TclInterpInitProc) (Tcl_Interp *interp, void *context);