chiark / gitweb /
disorder-dump:
[disorder] / lib / configuration.h
index ab8917a87d486db428c52e95485bdbfa237de3bf..d269beb84cdb1c4626d610e80c3f7c13778ae196 100644 (file)
@@ -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 */