about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index c543fbce..0a953482 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -97,7 +97,9 @@ typedef enum {
     PREF_LOG_SHARED,
     PREF_OTR_LOG,
     PREF_OTR_WARN,
-    PREF_OTR_POLICY
+    PREF_OTR_POLICY,
+    PREF_RESOURCE_TITLE,
+    PREF_RESOURCE_MESSAGE
 } preference_t;
 
 typedef struct prof_alias_t {