Switch to unified view

a/src/rcldb/rcldb.h b/src/rcldb/rcldb.h
...
...
327
           TermMatchResult& result, int max = -1, 
327
           TermMatchResult& result, int max = -1, 
328
           const string& field = cstr_null);
328
           const string& field = cstr_null);
329
    bool dbStats(DbStats& stats);
329
    bool dbStats(DbStats& stats);
330
    /** Return min and max years for doc mod times in db */
330
    /** Return min and max years for doc mod times in db */
331
    bool maxYearSpan(int *minyear, int *maxyear);
331
    bool maxYearSpan(int *minyear, int *maxyear);
332
    /** Return all mime types in index. This can be different from the
333
  ones defined in the config because of 'file' command
334
  usage. Inserts the types at the end of the parameter */
335
    bool getAllDbMimeTypes(std::vector<std::string>&);
332
336
333
    /** Wildcard expansion specific to file names. Internal/sdata use only */
337
    /** Wildcard expansion specific to file names. Internal/sdata use only */
334
    bool filenameWildExp(const string& exp, vector<string>& names, int max);
338
    bool filenameWildExp(const string& exp, vector<string>& names, int max);
335
339
336
    /** Set parameters for synthetic abstract generation */
340
    /** Set parameters for synthetic abstract generation */