#include "walkerbot.h"
#include <stdio.h>

FILE * OpenFile ( char * FileName ) ;
void AddEntry(  FILE * output, walker_t *this) ;
void CloseFile(FILE * output) ;
