diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-08-23 17:26:02 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-08-23 17:26:02 +0200 |
commit | b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea (patch) | |
tree | ea01c8c1d9979a1f83d3b56ffb830ebdfea23c4f /src/settings.h | |
parent | df557e9c75d23a66c99a6fdad07b384f7636cb9c (diff) | |
download | pianobar-b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea.tar.gz pianobar-b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea.tar.bz2 pianobar-b8cf55c28e131ebdcb0a32fe0e8c14fefebebcea.zip |
Configureable fifo path
See #149.
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 1 |
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; |