Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
150
    string getPidfile() const;
150
    string getPidfile() const;
151
    /** Get indexing status file name */
151
    /** Get indexing status file name */
152
    string getIdxStatusFile() const;
152
    string getIdxStatusFile() const;
153
    /** Do path translation according to the ptrans table */
153
    /** Do path translation according to the ptrans table */
154
    void urlrewrite(const string& dbdir, string& url) const;
154
    void urlrewrite(const string& dbdir, string& url) const;
155
155
    ConfSimple *getPTrans()
156
    {
157
  return m_ptrans;
158
    }
156
    /** Get Web Queue directory name */
159
    /** Get Web Queue directory name */
157
    string getWebQueueDir() const;
160
    string getWebQueueDir() const;
158
161
159
    /** Get list of skipped file names for current keydir */
162
    /** Get list of skipped file names for current keydir */
160
    vector<string>& getSkippedNames();
163
    vector<string>& getSkippedNames();