binary.h 168 B

1234567891011
  1. #ifndef _BINARY_H
  2. # define _BINARY_H
  3. extern int checked_bin_buf;
  4. # define WRITE_MD5 1
  5. # define GET_MD5 2
  6. void check_sum(const char *);
  7. #endif /* !_BINARY_H */