summaryrefslogtreecommitdiff
path: root/src/network_write.h
blob: fb2af896530bdafe01d684b5530d66577daf3209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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