repo.or.cz
/
lighttpd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[core] avoid spurious trace and error abort
[lighttpd.git]
/
src
/
server.h
blob
9fe03256b5e361fafcc9c9d3fa03a5738b2cf47c
1
#ifndef _SERVER_H_
2
#define _SERVER_H_
3
#include
"first.h"
4
5
#include
"base.h"
6
7
int
config_read
(
server
*
srv
,
const char
*
fn
);
8
int
config_set_defaults
(
server
*
srv
);
9
10
#endif