summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/network_write.h
blob: a80cbcf89b969212581785a7fc568aca719e3844 (plain)
1
2
3
4
5
6
7
8
9
#ifndef INCLUDED_NETWORK_WRITE_H
#define INCLUDED_NETWORK_WRITE_H
#include "first.h"
#include "base_decls.h"

int network_write_init(server *srv);
const char * network_write_show_handlers(void);

#endif