diff --git a/src/daapd.h b/src/daapd.h index 4c4b4720..e27d29ea 100644 --- a/src/daapd.h +++ b/src/daapd.h @@ -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;