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.
10 lines
203 B
10 lines
203 B
5 years ago
|
#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
|