summaryrefslogtreecommitdiffstats
path: root/src/client-unix.h
blob: bb17b748c124eba15a93fd4e4a962b0f693ec9d3 (plain)
1
2
3
4
5
6
7
8
#ifndef fooclientunixhfoo
#define fooclientunixhfoo

#include "stream.h"

struct stream* stream_client_unix(const char *args);

#endif