lighttpd1.4/src/network_write.h

13 lines
242 B
C

#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__
const char * network_write_show_handlers(void);
#endif