summaryrefslogtreecommitdiff
path: root/src/cli.h
blob: c94973e15198a36d8f70551293ec75b672215121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 );

void print_guessed_env( bool human_readable );

#endif