summaryrefslogtreecommitdiff
path: root/src/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.h')
-rw-r--r--src/defaults.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.h b/src/defaults.h
index 12a8873d8..4cfddf00f 100644
--- a/src/defaults.h
+++ b/src/defaults.h
@@ -41,5 +41,6 @@ DefaultsData* getConfigDefaults() A_WARN_UNUSED;
void getConfigDefaults2(DefaultsData *const configData);
DefaultsData* getBrandingDefaults() A_WARN_UNUSED;
DefaultsData* getPathsDefaults() A_WARN_UNUSED;
+DefaultsData* getFeaturesDefaults() A_WARN_UNUSED;
#endif