summaryrefslogtreecommitdiffstats
path: root/src/server-tcp.h
blob: f8b2849482a3924c17e5f8769cc4706f98780f2f (plain)
1
2
3
4
5
6
7
8
#ifndef fooservertcphfoo
#define fooservertcphfoo

#include "stream.h"

struct stream* stream_server_tcp(const char *args);

#endif