xref: /lighttpd1.4/src/network_write.h (revision dde9df43)
1142971a8SGlenn Strauss #ifndef INCLUDED_NETWORK_WRITE_H
2142971a8SGlenn Strauss #define INCLUDED_NETWORK_WRITE_H
3142971a8SGlenn Strauss #include "first.h"
4142971a8SGlenn Strauss #include "base_decls.h"
5142971a8SGlenn Strauss 
6010c2894SGlenn Strauss __attribute_cold__
7142971a8SGlenn Strauss int network_write_init(server *srv);
8fb9b8ad8SGlenn Strauss 
9fb9b8ad8SGlenn Strauss __attribute_cold__
1019bc8885SGlenn Strauss __attribute_const__
11*dde9df43SGlenn Strauss __attribute_returns_nonnull__
12142971a8SGlenn Strauss const char * network_write_show_handlers(void);
13142971a8SGlenn Strauss 
14142971a8SGlenn Strauss #endif
15