chiark / gitweb /
tests and a correction for grapheme cluster boundary detection
[disorder] / lib / configuration.h
index c5cc2e125fe0a51ef54f4cdfd3455910c0b14e42..4ef7862071aa0479222899ab2be7313bc5ce6fd9 100644 (file)
@@ -102,6 +102,9 @@ struct config {
   /** @brief All players */
   struct stringlistlist player;
 
+  /** @brief All tracklength plugins */
+  struct stringlistlist tracklength;
+
   /** @brief Allowed users */
   struct stringlistlist allow;