summaryrefslogtreecommitdiffstats
path: root/src/client-tcp.h
blob: 53f06c130c541c27101c42f05fe0b5c31111b89d (plain)
1
2
3
4
5
6
7
8
#ifndef fooclienttcphfoo
#define fooclienttcphfoo

#include "stream.h"

struct stream* stream_client_tcp(const char *args);

#endif