aboutsummaryrefslogtreecommitdiffstats
path: root/src/cg-darkroom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cg-darkroom.c')
-rw-r--r--src/cg-darkroom.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cg-darkroom.c b/src/cg-darkroom.c
index 0c07b7d..2151e1b 100644
--- a/src/cg-darkroom.c
+++ b/src/cg-darkroom.c
@@ -37,6 +37,11 @@ const int64_t default_priority = ((int64_t)3) << 61;
*/
char default_class[] = PKGNAME "::cg-darkroom::standard";
+/**
+ * Class suffixes
+ */
+const char* const* class_suffixes = (const char* const[]){NULL};
+
/**