/* _dict.cc 05/12/1998 12.47.48 */ /* build.cc 28/11/2000 00.31.44 */ void shellmod_build (void); /* comng.cc 10/01/1999 20.53.26 */ USERACCT_COMNG *modules_newcomng (const char *key, DICTIONARY&dict); /* modules.cc 04/10/2001 13.42.30 */ void shellmod_setdebug (void); void shellmod_edit (void); void shellmod_config (void); void modules_getlist (SSTRINGS&tb); int modules_getmenudepend (SSTRINGS&tb); void modules_loadcur (void); void modules_setmenu (DIALOG&dia, const char *menuid); void modules_setmenu (DIALOG&dia, MENU_CONTEXT context); int modules_domenu (const char *context, const char *key); int modules_domenu (MENU_CONTEXT context, const char *key); int modules_setmod (const char *path, bool uimode); int modules_unsetmod (const char *path); int modules_getpathlist (SSTRINGS&tb); /* protocol.cc 01/10/2001 10.40.52 */ void protocol_setdebug (bool debug); void protocol_debug (const char *ctl, ...); void protocol_showdebug (void); /* shellmod-control.cc 01/10/2001 10.42.38 */ int perm_getuid (void); /* shellmod.cc 04/10/2001 13.44.04 */ bool shellmod_haspriv (const char *path); /* shellprg.cc 01/10/2001 10.41.44 */ int perm_getuid (void); /* shellprg1.cc 28/08/2001 15.37.02 */ int shellprg_exec (int argc, char *argv[]);