repo.or.cz
/
cgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
config: make empty js= omit script tag
[cgit.git]
/
configfile.h
blob
af7ca1973590cd31a45c0f3733d31a5da56ec9e8
1
#ifndef CONFIGFILE_H
2
#define CONFIGFILE_H
3
4
#include
"cgit.h"
5
6
typedef
void
(*
configfile_value_fn
)(
const char
*
name
,
const char
*
value
);
7
8
extern
int
parse_configfile
(
const char
*
filename
,
configfile_value_fn fn
);
9
10
#endif
/* CONFIGFILE_H */