chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Low level playlist database operations: read, createwrite, list, delete.
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index ab8917a87d486db428c52e95485bdbfa237de3bf..d269beb84cdb1c4626d610e80c3f7c13778ae196 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-185,6
+185,9
@@
struct config {
*/
int api;
+ /** @brief Maximum size of a playlist */
+ long playlist_max;
+
/* These values had better be non-negative */
#define BACKEND_ALSA 0 /**< Use ALSA (Linux only) */
#define BACKEND_COMMAND 1 /**< Execute a command */