Switch to unified view

a/src/internfile/internfile.h b/src/internfile/internfile.h
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _INTERNFILE_H_INCLUDED_
17
#ifndef _INTERNFILE_H_INCLUDED_
18
#define _INTERNFILE_H_INCLUDED_
18
#define _INTERNFILE_H_INCLUDED_
19
/* @(#$Id: internfile.h,v 1.17 2008-08-26 07:33:05 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: internfile.h,v 1.18 2008-09-05 10:36:06 dockes Exp $  (C) 2004 J.F.Dockes */
20
20
21
#include <string>
21
#include <string>
22
#include <vector>
22
#include <vector>
23
using std::string;
23
using std::string;
24
using std::vector;
24
using std::vector;
...
...
136
    void tmpcleanup();
136
    void tmpcleanup();
137
    bool dijontorcl(Rcl::Doc&);
137
    bool dijontorcl(Rcl::Doc&);
138
    void collectIpathAndMT(Rcl::Doc&, string& ipath) const;
138
    void collectIpathAndMT(Rcl::Doc&, string& ipath) const;
139
    bool dataToTempFile(const string& data, const string& mt, string& fn);
139
    bool dataToTempFile(const string& data, const string& mt, string& fn);
140
    void popHandler();
140
    void popHandler();
141
    int addHandler();
141
    void maybeExternalMissing(const string& msg);
142
    void checkExternalMissing(const string& msg);
143
    void processNextDocError();
142
};
144
};
143
145
144
 
146
 
145
#endif /* _INTERNFILE_H_INCLUDED_ */
147
#endif /* _INTERNFILE_H_INCLUDED_ */