Switch to unified view

a/src/internfile/mh_text.h b/src/internfile/mh_text.h
...
...
54
    bool   m_paging;
54
    bool   m_paging;
55
    string m_text;
55
    string m_text;
56
    string m_fn;
56
    string m_fn;
57
    off_t  m_offs; // Offset of next read in file if we're paging
57
    off_t  m_offs; // Offset of next read in file if we're paging
58
    size_t m_pagesz;
58
    size_t m_pagesz;
59
    
59
    string m_charsetfromxattr; 
60
60
    bool readnext();
61
    bool readnext();
61
};
62
};
62
63
63
#endif /* _MH_TEXT_H_INCLUDED_ */
64
#endif /* _MH_TEXT_H_INCLUDED_ */