--- a/src/common/rclconfig.h
+++ b/src/common/rclconfig.h
@@ -145,8 +145,11 @@
 	Doesn't depend on the keydir */
     list<string> getDaemSkippedPaths();
 
+    /** conf: Add local fields to target dic */
+    bool addLocalFields(map<string, string> *tgt);
+
     /** 
-     * Check if file name should be ignored because of suffix
+     * mimemap: Check if file name should be ignored because of suffix
      *
      * The list of ignored suffixes is initialized on first call, and
      * not changed for subsequent setKeydirs.