Ver Fonte

svn: 1621

Bryan Drewery há 21 anos atrás
pai
commit
c1ba0fc025
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/binary.h

+ 2 - 2
src/binary.h

@@ -5,8 +5,8 @@
 
 extern int checked_bin_buf;
 
-#  define WRITE_MD5 	1
-#  define GET_MD5		2
+#  define WRITE_CHECKSUM 	1
+#  define GET_CHECKSUM		2
 
 void check_sum(const char *, const char *);
 void write_settings(const char *, int);