00001 /*************************************************************************** 00002 begin : Wed Dec 20 2006 00003 copyright : (C) 2006 by Alper Akcan 00004 email : distchx@yahoo.com 00005 ***************************************************************************/ 00006 00007 /*************************************************************************** 00008 * * 00009 * This program is free software; you can redistribute it and/or modify * 00010 * it under the terms of the GNU Lesser General Public License as * 00011 * published by the Free Software Foundation; either version 2.1 of the * 00012 * License, or (at your option) any later version. * 00013 * * 00014 ***************************************************************************/ 00015 00016 #ifndef GEN_HEADER_H_ 00017 #define GEN_HEADER_H_ 00018 00019 void node_generate_header (node_t *node, FILE *g_header); 00020 void node_generate_function (node_t *node, FILE *g_header); 00021 00022 #endif /*GEN_HEADER_H_*/
1.4.7