index
:
cgci
master
a simple CGI based CI
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cgci.h
blob: c7958ddd669ae38bfd97df91c49bc64f2d156e20 (
plain
)
1
2
3
4
5
6
7
#ifndef CGCI_H
#define CGCI_H
void
init
();
void
deinit
();
#endif