15 lines
423 B
C++
15 lines
423 B
C++
#ifndef _INTERNFILE_H_INCLUDED_
|
|
#define _INTERNFILE_H_INCLUDED_
|
|
/* @(#$Id: internfile.h,v 1.1 2005-02-04 14:21:17 dockes Exp $ (C) 2004 J.F.Dockes */
|
|
|
|
#include <string>
|
|
|
|
#include "rclconfig.h"
|
|
#include "rcldb.h"
|
|
|
|
/// Turn external file into internal representation, according to mime type etc
|
|
extern bool internfile(const std::string &fn, RclConfig *config,
|
|
Rcl::Doc& doc);
|
|
|
|
#endif /* _INTERNFILE_H_INCLUDED_ */
|