1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-29 01:45:34 +00:00

Document the difference between builtin_modules and main_modules

This commit is contained in:
Miciah Dashiel Butler Masters 2006-05-20 12:39:37 +00:00 committed by Miciah Dashiel Butler Masters
parent 5dcac5c32d
commit 4bb87288f8

View File

@ -74,7 +74,11 @@ void done_module(struct module *module);
/* Interface for handling builtin modules */
/* Builtin modules are initialised only when not connecting to a master
* terminal. */
extern struct module *builtin_modules[];
/* Main modules are initialised earlier and are not listed in Help -> About. */
extern struct module *main_modules[];
void register_modules_options(struct module *modules[]);