#ifndef _BINARY_H # define _BINARY_H extern int checked_bin_buf; # define WRITE_MD5 1 # define GET_MD5 2 void check_sum(const char *); #endif /* !_BINARY_H */