... just a quick question.
Anybody using those C_API's:
Ns_ModuleSymbol(CONST char *file, CONST char *name)
NS_GNUC_NONNULL(1) NS_GNUC_NONNULL(2);
Ns_ModuleGetSymbol(CONST char *name)
NS_GNUC_NONNULL(1);
?
Because I *removed* them out, given the fact that
we now use Tcl_FsLoadFile() and you do not
need those any more.
One could simulate those (unneeded calls) with
Tcl_FSLoadFile but I thought to save myself some work.
In the server core, only the modload.c is using
those calls. I do not know why they got exported on
the C-API level in the first place.
Cheers
Zoran