Changeset 4975:1b8be0a0ba5f in roaraudio for include/libroar/vio_stack.h


Ignore:
Timestamp:
05/16/11 15:16:33 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed more usages of system's malloc()/free() calles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_stack.h

    r4708 r4975  
    4444 int next; 
    4545 
     46 void (*free)(void*); 
     47 
    4648 struct roar_vio_calls * cur; 
    4749 
     
    5052 
    5153int     roar_vio_open_stack    (struct roar_vio_calls * calls); 
     54int     roar_vio_open_stack2   (struct roar_vio_calls * calls, void (*func)(void*)); 
    5255int     roar_vio_stack_add     (struct roar_vio_calls * calls, struct roar_vio_calls * vio); 
    5356 
Note: See TracChangeset for help on using the changeset viewer.