#ifndef MD5GF_H
#define MD5GF_H

#include "genfile.h"

// md5gf.cc
void md5gf(GFILE *, char *);


#endif
