00001 /* 00002 * Copyright (C) 2001, 2002 Billy Biggs <vektor@dumbterm.net>, 00003 * HÃ¥kan Hjort <d95hjort@dtek.chalmers.se> 00004 * 00005 * This file is part of libdvdread. 00006 * 00007 * libdvdread is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation; either version 2 of the License, or 00010 * (at your option) any later version. 00011 * 00012 * libdvdread is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License along 00018 * with libdvdread; if not, write to the Free Software Foundation, Inc., 00019 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00020 */ 00021 00022 #ifndef LIBDVDREAD_NAV_PRINT_H 00023 #define LIBDVDREAD_NAV_PRINT_H 00024 00025 #include "nav_types.h" 00026 00031 #ifdef __cplusplus 00032 extern "C" { 00033 #endif 00034 00040 void navPrint_PCI(pci_t *); 00041 00047 void navPrint_DSI(dsi_t *); 00048 00049 #ifdef __cplusplus 00050 }; 00051 #endif 00052 #endif /* LIBDVDREAD_NAV_PRINT_H */
1.6.3