add some flags to the config structs

This commit is contained in:
Ron Pedde 2003-11-26 06:10:46 +00:00
parent f7e16d22ab
commit 0371cae9dc

View File

@ -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;