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/cdtext.h

    r416 r469  
    4141typedef struct Cdtext Cdtext;
    4242
     43#ifdef __cplusplus
     44extern "C" {
     45#endif
     46
    4347/* return a pointer to a new Cdtext */
    4448Cdtext *cdtext_init ();
     
    6973void cdtext_dump (Cdtext *cdtext, int istrack);
    7074
     75#ifdef __cplusplus
     76}
    7177#endif
     78
     79#endif
Note: See TracChangeset for help on using the changeset viewer.