diff vm/decoder.h @ 391:d232a96ac231 src

Use consistent multiple inclusion guards everywhere: Combine them from a LIBDVDNAV_ prefix and the filename.
author diego
date Sun, 14 Sep 2008 20:11:17 +0000
parents ef8c0e834a14
children 0a5a6f03b029
line wrap: on
line diff
--- a/vm/decoder.h	Sun Sep 14 16:05:09 2008 +0000
+++ b/vm/decoder.h	Sun Sep 14 20:11:17 2008 +0000
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef DECODER_H_INCLUDED
-#define DECODER_H_INCLUDED
+#ifndef LIBDVDNAV_DECODER_H
+#define LIBDVDNAV_DECODER_H
 
 /* link command types */
 typedef enum {
@@ -109,4 +109,4 @@
 void vm_print_registers( registers_t *registers );
 #endif
 
-#endif /* DECODER_H_INCLUDED */
+#endif /* LIBDVDNAV_DECODER_H */