diff options
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ #pragma once #include "mncc.h" +#include "sip.h" struct app_config { struct { @@ -9,6 +10,7 @@ struct app_config { const char *remote_addr; int remote_port; + struct sip_agent agent; } sip; struct { |