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

#endif