comparison nav_types.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 447c5319a522
children 98951f8ec89c
comparison
equal deleted inserted replaced
22:447c5319a522 23:ac07d427fbc6
1 #ifndef NAV_TYPES_H_INCLUDED
2 #define NAV_TYPES_H_INCLUDED
3
4 /* 1 /*
5 * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se> 2 * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se>
6 * 3 *
7 * The data structures in this file should represent the layout of the 4 * The data structures in this file should represent the layout of the
8 * pci and dsi packets as they are stored in the stream. Information 5 * pci and dsi packets as they are stored in the stream. Information
25 * 22 *
26 * You should have received a copy of the GNU General Public License 23 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software Foundation, 24 * along with this program; if not, write to the Free Software Foundation,
28 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 25 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
29 */ 26 */
27
28 #ifndef LIBDVDREAD_NAV_TYPES_H
29 #define LIBDVDREAD_NAV_TYPES_H
30 30
31 #include <inttypes.h> 31 #include <inttypes.h>
32 #include "ifo_types.h" /* only dvd_time_t, vm_cmd_t and user_ops_t */ 32 #include "ifo_types.h" /* only dvd_time_t, vm_cmd_t and user_ops_t */
33 33
34 /* The length including the substream id byte. */ 34 /* The length including the substream id byte. */
243 243
244 #if PRAGMA_PACK 244 #if PRAGMA_PACK
245 #pragma pack() 245 #pragma pack()
246 #endif 246 #endif
247 247
248 #endif /* NAV_TYPES_H_INCLUDED */ 248 #endif /* LIBDVDREAD_NAV_TYPES_H */