comparison vm/vm.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
21 * 21 *
22 * $Id$ 22 * $Id$
23 * 23 *
24 */ 24 */
25 25
26 #ifndef VM_H_INCLUDED 26 #ifndef LIBDVDNAV_VM_H
27 #define VM_H_INCLUDED 27 #define LIBDVDNAV_VM_H
28 28
29 /* DOMAIN enum */ 29 /* DOMAIN enum */
30 30
31 typedef enum { 31 typedef enum {
32 FP_DOMAIN = 1, 32 FP_DOMAIN = 1,
177 /* Debug */ 177 /* Debug */
178 void vm_position_print(vm_t *vm, vm_position_t *position); 178 void vm_position_print(vm_t *vm, vm_position_t *position);
179 #endif 179 #endif
180 180
181 181
182 #endif /* VM_HV_INCLUDED */ 182 #endif /* LIBDVDNAV_VM_H */