summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-08-23 17:26:02 +0200
committerLars-Dominik Braun <lars@6xq.net>2011-08-23 17:26:02 +0200
commitb8cf55c28e131ebdcb0a32fe0e8c14fefebebcea (patch)
treeea01c8c1d9979a1f83d3b56ffb830ebdfea23c4f /src/settings.h
parentdf557e9c75d23a66c99a6fdad07b384f7636cb9c (diff)
downloadpianobar-windows-b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea.tar.gz
pianobar-windows-b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea.tar.bz2
pianobar-windows-b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea.zip
Configureable fifo path
See #149.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index af616a2..ca5db60 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -94,6 +94,7 @@ typedef struct {
char *atIcon;
char *npSongFormat;
char *npStationFormat;
+ char *fifo;
BarMsgFormatStr_t msgFormat[MSG_COUNT];
} BarSettings_t;