diff options
author | Kalle Wallin <kaw@linux.se> | 2006-01-16 10:01:35 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2006-01-16 10:01:35 +0000 |
commit | 1603384f1bf298466183a2bfec343293b5b9ead9 (patch) | |
tree | 09eb4628fee2e065e8a75720d14a9cb62a0ac89e /src/options.h | |
parent | 0e1ba218ea357c2ecf9119b8a19017531536229c (diff) | |
download | mpd-1603384f1bf298466183a2bfec343293b5b9ead9.tar.gz mpd-1603384f1bf298466183a2bfec343293b5b9ead9.tar.xz mpd-1603384f1bf298466183a2bfec343293b5b9ead9.zip |
included patch from Jonathan Fors
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3832 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 10aba1441..df6ac6146 100644 --- a/src/options.h +++ b/src/options.h @@ -13,6 +13,7 @@ typedef struct char *status_format; char *xterm_title_format; char **screen_list; + char *timedisplay_type; int port; int crossfade_time; int search_mode; |