summaryrefslogtreecommitdiff
path: root/src/cli.h
blob: 408668693b18f1e71b3aa7da0a772adf471aaa17 (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, unsigned short port, FILE *in );

#endif