Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
161
    vector<string> getSkippedPaths() const;
161
    vector<string> getSkippedPaths() const;
162
    /** Get list of skipped paths patterns, daemon version (may add some)
162
    /** Get list of skipped paths patterns, daemon version (may add some)
163
    Doesn't depend on the keydir */
163
    Doesn't depend on the keydir */
164
    vector<string> getDaemSkippedPaths() const;
164
    vector<string> getDaemSkippedPaths() const;
165
165
166
    /** conf: Add local fields to target dic */
167
    bool addLocalFields(map<string, string> *tgt) const;
168
169
    /** 
166
    /** 
170
     * mimemap: Check if file name should be ignored because of suffix
167
     * mimemap: Check if file name should be ignored because of suffix
171
     *
168
     *
172
     * The list of ignored suffixes is initialized on first call, and
169
     * The list of ignored suffixes is initialized on first call, and
173
     * not changed for subsequent setKeydirs.
170
     * not changed for subsequent setKeydirs.