diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-26 12:31:40 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-26 12:31:40 +0000 |
commit | de0277cb4f648484179ddca68a39cadcdb892338 (patch) | |
tree | 1684dbcfc8c0d7c1de1dc5ffbdb9a983c1511caf /options.h | |
parent | 8ccbb1a4fc500d7ae746868da85907f4c80f1ea2 (diff) | |
download | mpd-de0277cb4f648484179ddca68a39cadcdb892338.tar.gz mpd-de0277cb4f648484179ddca68a39cadcdb892338.tar.xz mpd-de0277cb4f648484179ddca68a39cadcdb892338.zip |
Added reversed and wrapped list search (find).
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@497 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ typedef struct int port; int reconnect; int debug; + int find_wrap; int enable_colors; int bg_color; |