summaryrefslogtreecommitdiff
path: root/src/cli.h
blob: 4c1d48ff67e193d91f645f21a72935e1440c7942 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _BIRUDA_CLI_HEADER_INCLUDED
#define _BIRUDA_CLI_HEADER_INCLUDED

#include "port.h"

#include <stdio.h>

int start_interactive( bool colors, const char *host, unsigned short port, FILE *in );

#endif