repo.or.cz
/
neuro.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
started to fix the manuals for EBuf. Implemented a
[neuro.git]
/
templates
/
template_header
blob
993dbecd87d08fb40251cc6cdf374c0d7e7aaa7d
1
/* module.h */
2
3
#ifndef __MODULE_H
4
#define __MODULE_H
5
6
extern void Module_Poll();
7
extern int Module_Init();
8
extern void Module_Clean();
9
10
#endif /* NOT __MODULE_H */