lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
292 B
14 lines
292 B
#ifndef INCLUDED_NETWORK_WRITE_H |
|
#define INCLUDED_NETWORK_WRITE_H |
|
#include "first.h" |
|
#include "base_decls.h" |
|
|
|
__attribute_cold__ |
|
int network_write_init(server *srv); |
|
|
|
__attribute_cold__ |
|
__attribute_const__ |
|
__attribute_returns_nonnull__ |
|
const char * network_write_show_handlers(void); |
|
|
|
#endif
|
|
|