Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.h
...
...
257
    // not in the file-level handler because we are only interested in
257
    // not in the file-level handler because we are only interested in
258
    // the top-level file, not any temp file necessitated by
258
    // the top-level file, not any temp file necessitated by
259
    // processing the internal doc hierarchy.
259
    // processing the internal doc hierarchy.
260
    map<string, string> m_XAttrsFields;
260
    map<string, string> m_XAttrsFields;
261
#endif // RCL_USE_XATTR
261
#endif // RCL_USE_XATTR
262
    // Fields gathered by executing configured external commands
263
    map<string, string> m_cmdFields;
262
264
263
    // Filter stack, path to the current document from which we're
265
    // Filter stack, path to the current document from which we're
264
    // fetching subdocs
266
    // fetching subdocs
265
    vector<RecollFilter*> m_handlers;
267
    vector<RecollFilter*> m_handlers;
266
    // Temporary files used for decoding the current stack
268
    // Temporary files used for decoding the current stack
...
...
287
    void checkExternalMissing(const string& msg, const string& mt);
289
    void checkExternalMissing(const string& msg, const string& mt);
288
    void processNextDocError(Rcl::Doc &doc);
290
    void processNextDocError(Rcl::Doc &doc);
289
#ifdef RCL_USE_XATTR
291
#ifdef RCL_USE_XATTR
290
    void reapXAttrs(const string& fn);
292
    void reapXAttrs(const string& fn);
291
#endif
293
#endif
294
    void reapCmdMetadata(const string& fn);
292
};
295
};
293
296
294
 
297
 
295
#endif /* _INTERNFILE_H_INCLUDED_ */
298
#endif /* _INTERNFILE_H_INCLUDED_ */