00001 /* 00002 * File: 00003 * mod_print.h 00004 * Author(s): 00005 * Pascal Felber <pascal.felber@unine.ch> 00006 * Description: 00007 * Module to test callbacks. 00008 * 00009 * Copyright (c) 2007-2009. 00010 * 00011 * This program is free software; you can redistribute it and/or 00012 * modify it under the terms of the GNU General Public License 00013 * as published by the Free Software Foundation, version 2 00014 * of the License. 00015 * 00016 * This program is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU General Public License for more details. 00020 */ 00021 00032 #ifndef _MOD_PRINT_H_ 00033 # define _MOD_PRINT_H_ 00034 00035 # ifdef __cplusplus 00036 extern "C" { 00037 # endif 00038 00044 void mod_print_init(); 00045 00046 # ifdef __cplusplus 00047 } 00048 # endif 00049 00050 #endif /* _MOD_PRINT_H_ */