Ignore:
Timestamp:
06/18/11 14:28:43 (13 years ago)
Author:
r2d
Message:

patch by Markus Peloquin <markus@…> :
Fixed the copious memory leaks in libcuefile and changed the headers
so C++ could use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcuefile/trunk/include/cuetools/cd.h

    r416 r469  
    7777typedef struct Track Track;
    7878
     79#ifdef __cplusplus
     80extern "C" {
     81#endif
     82
    7983/* return pointer to CD structure */
    8084Cd *cd_init ();
     85
     86void cd_delete (Cd *cd);
    8187
    8288/* dump all info from CD structure
     
    159165long track_get_index (Track *track, int i);
    160166
     167#ifdef __cplusplus
     168}
    161169#endif
     170
     171#endif
Note: See TracChangeset for help on using the changeset viewer.