Changeset 4974:ab7ac5b9c4df in roaraudio for include


Ignore:
Timestamp:
05/16/11 14:44:19 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_mm_free_retvoid()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/memmgr.h

    r4958 r4974  
    6464#endif 
    6565 
     66// dummy function doing the same as roar_mm_free() but return void. 
     67// this should only be used in case a function pointer of this type is required. 
     68void roar_mm_free_retvoid(void *ptr); 
    6669 
    6770// memory locking: 
Note: See TracChangeset for help on using the changeset viewer.