Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.h
...
...
288
    TempFile dataToTempFile(const string& data, const string& mt);
288
    TempFile dataToTempFile(const string& data, const string& mt);
289
    void popHandler();
289
    void popHandler();
290
    int addHandler();
290
    int addHandler();
291
    void checkExternalMissing(const string& msg, const string& mt);
291
    void checkExternalMissing(const string& msg, const string& mt);
292
    void processNextDocError(Rcl::Doc &doc);
292
    void processNextDocError(Rcl::Doc &doc);
293
#ifdef RCL_USE_XATTR
294
    void reapXAttrs(const string& fn);
295
#endif
296
    void reapCmdMetadata(const string& fn);
297
};
293
};
298
294
299
 
295
 
300
#endif /* _INTERNFILE_H_INCLUDED_ */
296
#endif /* _INTERNFILE_H_INCLUDED_ */