aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_error.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db_error.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/db_error.h b/src/db_error.h
index 35051c40c..d3be582cf 100644
--- a/src/db_error.h
+++ b/src/db_error.h
@@ -23,6 +23,12 @@
#include <glib.h>
enum db_error {
+ /**
+ * The database is disabled, i.e. none is configured in this
+ * MPD instance.
+ */
+ DB_DISABLED,
+
DB_NOT_FOUND,
};