554e996bf8
Update dependency lines in amsn and tclxml.
12 lines
195 B
C
12 lines
195 B
C
#include <tcl.h>
|
|
|
|
Tcl_PackageInitProc Crypt_Init, Limit_Init, Setuid_Init, Utime_Init;
|
|
|
|
int Tclhttpdbin_Init(Tcl_Interp *I) {
|
|
|
|
Crypt_Init(I);
|
|
Limit_Init(I);
|
|
Setuid_Init(I);
|
|
|
|
return TCL_OK;
|
|
}
|