diff md5.h @ 23:ac07d427fbc6 src

Use consistent multiple inclusion guards everywhere: Combine them from a LIBDVDREAD_ prefix and the filename.
author diego
date Sun, 14 Sep 2008 20:37:38 +0000
parents 4aa618ae094f
children 0d82d0f30c98
line wrap: on
line diff
--- a/md5.h	Sun Sep 14 16:00:48 2008 +0000
+++ b/md5.h	Sun Sep 14 20:37:38 2008 +0000
@@ -18,8 +18,8 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.  */
 
-#ifndef _MD5_H
-#define _MD5_H 1
+#ifndef LIBDVDREAD_MD5_H
+#define LIBDVDREAD_MD5_H
 
 #include <stdio.h>
 
@@ -158,4 +158,4 @@
 # define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) )
 #endif
 
-#endif
+#endif /* LIBDVDREAD_MD5_H */