a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
200
    /** mimeconf: is parameter one of the categories ? */
200
    /** mimeconf: is parameter one of the categories ? */
201
    bool isMimeCategory(string&);
201
    bool isMimeCategory(string&);
202
    /** mimeconf: get list of mime types for category */
202
    /** mimeconf: get list of mime types for category */
203
    bool getMimeCatTypes(const string& cat, list<string>&);
203
    bool getMimeCatTypes(const string& cat, list<string>&);
204
204
205
    /** mimeconf: get list of gui filters (doc cats by default */
206
    bool getGuiFilterNames(list<string>&);
207
    /** mimeconf: get query lang frag for named filter */
208
    bool getGuiFilter(const string& filtername, string& frag);
209
205
    /** fields: get field prefix from field name */
210
    /** fields: get field prefix from field name */
206
    bool getFieldTraits(const string& fldname, const FieldTraits **);
211
    bool getFieldTraits(const string& fldname, const FieldTraits **);
207
    const set<string>& getStoredFields() {return m_storedFields;}
212
    const set<string>& getStoredFields() {return m_storedFields;}
208
    set<string> getIndexedFields();
213
    set<string> getIndexedFields();
209
    /** Get canonic name for possible alias */
214
    /** Get canonic name for possible alias */