00001 /* 00002 * This file is part of the MLV Library. 00003 * 00004 * Copyright (C) 2010 Adrien Boussicault, Marc Zipstein 00005 * 00006 * 00007 * This Library is free software: you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation, either version 3 of the License, or 00010 * (at your option) any later version. 00011 * 00012 * This Library is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License 00018 * along with this Library. If not, see <http://www.gnu.org/licenses/>. 00019 */ 00020 00031 #ifndef __MLV_INFORMATIONS_H__ 00032 #define __MLV_INFORMATIONS_H__ 00033 00034 #ifdef __cplusplus 00035 extern "C" { 00036 #endif 00037 00043 const char* MLV_get_package_name( ); 00044 00050 const char* MLV_get_version( ); 00051 00058 const char* MLV_get_bug_report_address( ); 00059 00065 const char* MLV_get_licence( ); 00066 00074 const char* MLV_get_web_distribution( ); 00075 00076 #ifdef __cplusplus 00077 } 00078 #endif 00079 00080 #endif 00081