Browse Source

svn: 1621

Bryan Drewery 21 năm trước cách đây
mục cha
commit
c1ba0fc025
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);