git.ckatri.com
/
cgit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
git: update to v2.3.2
[cgit.git]
/
configfile.h
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 */