#ifndef foomischfoo #define foomischfoo void set_use_colors(); char **strv_copy(char *const *strv); char **strv_from_strs(const char *first, ...); char *strv_join(char *const *strv); void strv_free(char **strv); int connect_any(struct list_head *addrs, bool may_fail); char *ask_password(); void free_password(char **password); #endif