summaryrefslogtreecommitdiffstats
path: root/src/server-tty.h
blob: 626a55fd708fe42b780acf9411655ce536483816 (plain)
1
2
3
4
5
6
7
8
#ifndef fooserverttyhfoo
#define fooserverttyhfoo

#include "stream.h"

struct stream* stream_server_tty(const char *args);

#endif