Changeset 5321:916f049deb4b in roaraudio for include


Ignore:
Timestamp:
12/05/11 03:05:49 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added ref/unref support for roardl handles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r5317 r5321  
    203203struct roar_dl_lhandle * roar_dl_open   (const char * filename, int flags, 
    204204                                         int ra_init, struct roar_dl_librarypara * para); 
    205 int                      roar_dl_close  (struct roar_dl_lhandle * lhandle); 
     205int                      roar_dl_ref    (struct roar_dl_lhandle * lhandle); 
     206int                      roar_dl_unref  (struct roar_dl_lhandle * lhandle); 
     207#define roar_dl_close(x) roar_dl_unref((x)) 
    206208 
    207209void                   * roar_dl_getsym (struct roar_dl_lhandle * lhandle, const char * sym, int type); 
Note: See TracChangeset for help on using the changeset viewer.