chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pattern based dispatch for tracklength plugins
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index c5cc2e125fe0a51ef54f4cdfd3455910c0b14e42..4ef7862071aa0479222899ab2be7313bc5ce6fd9 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-102,6
+102,9
@@
struct config {
/** @brief All players */
struct stringlistlist player;
/** @brief All players */
struct stringlistlist player;
+ /** @brief All tracklength plugins */
+ struct stringlistlist tracklength;
+
/** @brief Allowed users */
struct stringlistlist allow;
/** @brief Allowed users */
struct stringlistlist allow;