Switch to unified view

a/src/rcldb/searchdata.h b/src/rcldb/searchdata.h
...
...
220
    // Maximum TermMatch (e.g. wildcard) expansion. This is normally set
220
    // Maximum TermMatch (e.g. wildcard) expansion. This is normally set
221
    // from the configuration with a high default, but may be set to a lower
221
    // from the configuration with a high default, but may be set to a lower
222
    // value during "find-as-you-type" operations from the GUI
222
    // value during "find-as-you-type" operations from the GUI
223
    int m_softmaxexpand;
223
    int m_softmaxexpand;
224
224
225
    bool expandFileTypes(RclConfig *cfg, std::vector<std::string>& exptps);
225
    bool expandFileTypes(const RclConfig *cfg, std::vector<std::string>& exptps);
226
    bool clausesToQuery(Rcl::Db &db, SClType tp,     
226
    bool clausesToQuery(Rcl::Db &db, SClType tp,     
227
            std::vector<SearchDataClause*>& query,
227
            std::vector<SearchDataClause*>& query,
228
            string& reason, void *d);
228
            string& reason, void *d);
229
    void commoninit();
229
    void commoninit();
230
230