summaryrefslogtreecommitdiff
path: root/src/cli.h
blob: 2907b6a6de61c32f10d48ae84ebf1951f8b910df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _BIRUDA_CLI_HEADER_INCLUDED
#define _BIRUDA_CLI_HEADER_INCLUDED

#include "port.h"

#include <stdio.h>

#ifndef _WIN32

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

#endif

#endif

void print_guessed_env( bool human_readable );