summaryrefslogtreecommitdiff
path: root/windows/read_cfg.h
blob: 19df23eb8091ca106f855334eab88f0362714cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef WINDOWS_READ_CFG_H
#define WINDOWS_READ_CFG_H

extern char sep;

char *find_config();

void mkconfig_wizard();

void handle_fname(char *path, char *group, bool recurs, bool force, char *name, int ln);

#endif