diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 6162395..e5c3dd6 100644 --- a/src/settings.h +++ b/src/settings.h @@ -96,6 +96,10 @@ typedef struct { char *npStationFormat; char *listSongFormat; char *fifo; +#ifdef ENABLE_TLS + bool tls; + char *tlsCaPath; +#endif BarMsgFormatStr_t msgFormat[MSG_COUNT]; } BarSettings_t; |