Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.h
...
...
234
          const string& mtype);
234
          const string& mtype);
235
    void initcommon(RclConfig *cnf, int flags);
235
    void initcommon(RclConfig *cnf, int flags);
236
236
237
    void tmpcleanup();
237
    void tmpcleanup();
238
    bool dijontorcl(Rcl::Doc&);
238
    bool dijontorcl(Rcl::Doc&);
239
    void collectIpathAndMT(Rcl::Doc&, string& ipath) const;
239
    void collectIpathAndMT(Rcl::Doc&) const;
240
    bool dataToTempFile(const string& data, const string& mt, string& fn);
240
    bool dataToTempFile(const string& data, const string& mt, string& fn);
241
    void popHandler();
241
    void popHandler();
242
    int addHandler();
242
    int addHandler();
243
    void checkExternalMissing(const string& msg, const string& mt);
243
    void checkExternalMissing(const string& msg, const string& mt);
244
    void processNextDocError(Rcl::Doc &doc, string& ipath);
244
    void processNextDocError(Rcl::Doc &doc);
245
#ifdef RCL_USE_XATTR
245
#ifdef RCL_USE_XATTR
246
    void reapXAttrs(const string& fn);
246
    void reapXAttrs(const string& fn);
247
#endif
247
#endif
248
};
248
};
249
249