Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
133
133
134
    /** Get database directory */
134
    /** Get database directory */
135
    string getDbDir();
135
    string getDbDir();
136
    /** Get stoplist file name */
136
    /** Get stoplist file name */
137
    string getStopfile();
137
    string getStopfile();
138
    /** Get indexing pid file */
139
    string getPidfile();
138
140
139
    /** Get list of skipped file names for current keydir */
141
    /** Get list of skipped file names for current keydir */
140
    list<string>& getSkippedNames();
142
    list<string>& getSkippedNames();
141
143
142
    /** Get list of skipped paths patterns. Doesn't depend on the keydir */
144
    /** Get list of skipped paths patterns. Doesn't depend on the keydir */