[core] consolidate backend network write handlers
[lighttpd.git] / src / network_write.h
bloba80cbcf89b969212581785a7fc568aca719e3844
1 #ifndef INCLUDED_NETWORK_WRITE_H
2 #define INCLUDED_NETWORK_WRITE_H
3 #include "first.h"
4 #include "base_decls.h"
6 int network_write_init(server *srv);
7 const char * network_write_show_handlers(void);
9 #endif