NVR files now stored per-config.
This commit is contained in:
parent
9f2b58b7c4
commit
a44fcb196b
47 changed files with 32 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ void config_dump(int is_global);
|
|||
void config_free(int is_global);
|
||||
|
||||
extern char config_file_default[256];
|
||||
extern char config_name[256];
|
||||
|
||||
#define CFG_MACHINE 0
|
||||
#define CFG_GLOBAL 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue