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

#endif