int ret = LNCF_NOT_APPLICABLE;
#if 0
// ### Check the variable key to provide your own html hook
ret = 0;
#endif
return ret;
int ret = -1;
if (argc == 1){
CONTEXT_LOCK l("MODULEN");
if (l.isok()){
// ### Place here a call to the main menu
}
}else{
printusage();
}
return ret;