2017-10-30 02:36:49 +00:00
|
|
|
#ifndef INCLUDED_NETWORK_WRITE_H
|
|
|
|
#define INCLUDED_NETWORK_WRITE_H
|
|
|
|
#include "first.h"
|
|
|
|
#include "base_decls.h"
|
|
|
|
|
2019-11-25 06:54:08 +00:00
|
|
|
__attribute_cold__
|
2017-10-30 02:36:49 +00:00
|
|
|
int network_write_init(server *srv);
|
2019-02-04 04:27:57 +00:00
|
|
|
|
|
|
|
__attribute_cold__
|
2017-10-30 02:36:49 +00:00
|
|
|
const char * network_write_show_handlers(void);
|
|
|
|
|
|
|
|
#endif
|