소스 검색

svn: 1621

Bryan Drewery 21 년 전
부모
커밋
c1ba0fc025
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);