#ifndef UNIX_READ_CFG_H #define UNIX_READ_CFG_H extern char sep; char *find_config(); void mkconfig_wizard(); void handle_fname(); #endif