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