
#ifndef HEL2TIF
#define HEL2TIF

#define SIZE 160*120/8

#ifndef towns_os
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#endif

int output_a_helahela_page(char *output_filename_header, int page,
                           unsigned char *buffer, int colors);

#endif /* HEL2TIF */
