scripts: move mega-sena in
[lcapit-junk-code.git] / CEP / C / mod_list.h
bloba9807e04040830f1338f7128a1ea5075acee6cf7
1 /*
2 * Exports struct list_module.
3 *
4 * Licensed under the GPLv2.
5 */
6 #ifndef __LIST_H
7 #define __LIST_H
9 #include "module.h"
11 extern struct module list_module;
13 #endif /* __LIST_H */