Search
lxdream.org :: lxdream/src/gdrom/cdi.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/cdi.h
changeset 1:eea311cfd33e
next31:495e480360d7
author nkeynes
date Sat Dec 24 03:33:08 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Fixup include paths + typo for structure changes
view annotate diff log raw
     1 #ifndef cdi_H
     2 #define cdi_H 1
     4 #ifdef __cplusplus
     5 extern "C" {
     6 #if 0
     7 }
     8 #endif
     9 #endif
    11 #include <stdio.h>
    13 typedef struct cdi_handle *cdi_t;
    15 cdi_t cdi_open( char *filename );
    17 #ifdef __cplusplus
    18 }
    19 #endif
    21 #endif
.