repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scripts: move mega-sena in
[lcapit-junk-code.git]
/
CEP
/
C
/
mod_list.h
blob
a9807e04040830f1338f7128a1ea5075acee6cf7
1
/*
2
* Exports struct list_module.
3
*
4
* Licensed under the GPLv2.
5
*/
6
#ifndef __LIST_H
7
#define __LIST_H
8
9
#include
"module.h"
10
11
extern
struct
module list_module
;
12
13
#endif
/* __LIST_H */