Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.h
...
...
85
                 int flags, const string& mtype);
85
                 int flags, const string& mtype);
86
86
87
    /**
87
    /**
88
     * Alternate constructor for the case where it is not known where
88
     * Alternate constructor for the case where it is not known where
89
     * the data will come from. We'll use the doc fields and try our
89
     * the data will come from. We'll use the doc fields and try our
90
     * best...
90
     * best. This is only used at query time, the idoc was built from index 
91
     * data.
91
     */
92
     */
92
    FileInterner(const Rcl::Doc& idoc, RclConfig *cnf, const string& td, 
93
    FileInterner(const Rcl::Doc& idoc, RclConfig *cnf, const string& td, 
93
                 int flags);
94
                 int flags);
94
95
95
    ~FileInterner();
96
    ~FileInterner();