Trf_SafeInit(3)
Initialize extension in SAFE interpreter.
SYNOPSIS
#include <transform.h>
int Trf_SafeInit(Tcl_Interp *interp);
PARAMETERS
- Tcl_Interp *interp
-
Interpreter to initialize.
DESCRIPTION
Same as --> Trf_Init. The only security
relevant operations are reading from and
writing to a file. As Tcl-Handles are
given to these commands it is assumed that
they were checked and cleared beforehand.