Mercurial > libdvdnav.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 390:ef8c0e834a14 | 391:d232a96ac231 |
|---|---|
| 20 * | 20 * |
| 21 * $Id$ | 21 * $Id$ |
| 22 * | 22 * |
| 23 */ | 23 */ |
| 24 | 24 |
| 25 #ifndef DECODER_H_INCLUDED | 25 #ifndef LIBDVDNAV_DECODER_H |
| 26 #define DECODER_H_INCLUDED | 26 #define LIBDVDNAV_DECODER_H |
| 27 | 27 |
| 28 /* link command types */ | 28 /* link command types */ |
| 29 typedef enum { | 29 typedef enum { |
| 30 LinkNoLink = 0, | 30 LinkNoLink = 0, |
| 31 | 31 |
| 107 | 107 |
| 108 /* for debugging: dumps VM registers */ | 108 /* for debugging: dumps VM registers */ |
| 109 void vm_print_registers( registers_t *registers ); | 109 void vm_print_registers( registers_t *registers ); |
| 110 #endif | 110 #endif |
| 111 | 111 |
| 112 #endif /* DECODER_H_INCLUDED */ | 112 #endif /* LIBDVDNAV_DECODER_H */ |
