LibOFX
file_preproc.hh
Go to the documentation of this file.
1/***************************************************************************
2 file_preproc.hh
3 -------------------
4 copyright : (C) 2004 by Benoit Gr�goire
5 email : benoitg@coeus.ca
6 ***************************************************************************/
12/***************************************************************************
13 * *
14 * This program is free software; you can redistribute it and/or modify *
15 * it under the terms of the GNU General Public License as published by *
16 * the Free Software Foundation; either version 2 of the License, or *
17 * (at your option) any later version. *
18 * *
19 ***************************************************************************/
20#ifndef FILE_PREPROC_H
21#define FILE_PREPROC_H
22
29enum LibofxFileFormat libofx_detect_file_type(const char * p_filename);
30
31#endif
enum LibofxFileFormat libofx_detect_file_type(const char *p_filename)
libofx_detect_file_type tries to analyze a file to determine it's format.
LibofxFileFormat
Definition: libofx.h:138