1 #ifndef INCLUDED_NETWORK_WRITE_H 2 #define INCLUDED_NETWORK_WRITE_H 3 #include "first.h" 4 #include "base_decls.h" 5 6 __attribute_cold__ 7 int network_write_init(server *srv); 8 9 __attribute_cold__ 10 __attribute_const__ 11 __attribute_returns_nonnull__ 12 const char * network_write_show_handlers(void); 13 14 #endif 15