summaryrefslogtreecommitdiff
path: root/src/cli.h
blob: e6ac44cd69301bb4db5ffad25d967b286ac23ae2 (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>

#ifdef _WIN32

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

#endif

#endif

void print_guessed_env( bool human_readable );