summaryrefslogtreecommitdiffstats
path: root/src/client-tty.h
blob: 9befa7b81cc7a9390f1baead40d5a8ffd42e4e60 (plain)
1
2
3
4
5
6
7
8
#ifndef fooclientttyhfoo
#define fooclientttyhfoo

#include "stream.h"

struct stream* stream_client_tty(const char *args);

#endif