git.ckatri.com
/
cgit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cgitrc.5.txt: describe where/how cgit will locate cgitrc
[cgit.git]
/
configfile.h
1
#ifndef CONFIGFILE_H
2
#define CONFIGFILE_H
3
4
typedef
void
(*
configfile_value_fn
)(
const char
*
name
,
const char
*
value
);
5
6
extern
int
parse_configfile
(
const char
*
filename
,
configfile_value_fn fn
);
7
8
#endif
/* CONFIGFILE_H */