mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Export cfg structure
This commit is contained in:
@@ -69,7 +69,7 @@ static cfg_opt_t toplvl_cfg[] =
|
|||||||
CFG_END()
|
CFG_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
static cfg_t *cfg;
|
cfg_t *cfg;
|
||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
#ifndef __CONFFILE_H__
|
#ifndef __CONFFILE_H__
|
||||||
#define __CONFFILE_H__
|
#define __CONFFILE_H__
|
||||||
|
|
||||||
|
#include <confuse.h>
|
||||||
|
|
||||||
|
extern cfg_t *cfg;
|
||||||
|
|
||||||
int
|
int
|
||||||
conffile_load(char *file);
|
conffile_load(char *file);
|
||||||
|
|||||||
Reference in New Issue
Block a user