#ifndef _FORMAT_H_f526b019_ #define _FORMAT_H_f526b019_ typedef struct format FORMAT; struct format { const char *name; int (*hdrtest)(const char *, void **); void (*force)(void **); void (*line)(const char *, void *); } ; extern void dumpit(unsigned char *, unsigned int); #endif