/*******************************************\
| * Ce programme est sous liscence GNU GPL  * |
| * This software is under GNU/GPL licence  * |
| * * * * * * * * * * * * * * * * * * * * * * |
| * http://www.gnu.org/copyleft/gpl.html    * |
 \*******************************************/

/* Cr er par Laurent Coustet <ed@zehome.com>
 * http://ed.zehome.com/                    
 * Made by Laurent Coustet <ed@zehome.com>
 */


void init_blog (unsigned char *_head_file, unsigned char *_body_file, unsigned char *_tail_file);
void draw_head (FILE *out);
void draw_tail (FILE *out);
void draw_blog (FILE *out, char *blogfile);