mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 14:45:55 -05:00
add some flags to the config structs
This commit is contained in:
parent
f7e16d22ab
commit
0371cae9dc
@ -30,6 +30,9 @@ typedef struct tag_songentry {
|
||||
} SONGENTRY;
|
||||
|
||||
typedef struct tag_config {
|
||||
pid_t rend_pid;
|
||||
int use_mdns;
|
||||
int stop;
|
||||
char *configfile;
|
||||
char *web_root;
|
||||
int port;
|
||||
|
Loading…
Reference in New Issue
Block a user