LibOFX
|
00001 /*************************************************************************** 00002 file_preproc.hh 00003 ------------------- 00004 copyright : (C) 2004 by Benoit Gr�goire 00005 email : benoitg@coeus.ca 00006 ***************************************************************************/ 00012 /*************************************************************************** 00013 * * 00014 * This program is free software; you can redistribute it and/or modify * 00015 * it under the terms of the GNU General Public License as published by * 00016 * the Free Software Foundation; either version 2 of the License, or * 00017 * (at your option) any later version. * 00018 * * 00019 ***************************************************************************/ 00020 #ifndef FILE_PREPROC_H 00021 #define FILE_PREPROC_H 00022 00029 enum LibofxFileFormat libofx_detect_file_type(const char * p_filename); 00030 00031 #endif