summaryrefslogtreecommitdiff
path: root/minecctl/misc.h
blob: 155681e4bb428b229380d8a6a8d79d5ee8d5863d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef foomischfoo
#define foomischfoo

extern bool use_colors;

void set_use_colors();

char *strv_join(char * const *strv);

int connect_any(struct list_head *addrs, bool may_fail);

char *ask_password();

void free_password(char **password);

#endif