Changeset 1282:3a11f2afabde in roaraudio for include/libroar/stack.h


Ignore:
Timestamp:
02/28/09 18:20:53 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

done the stack implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stack.h

    r1280 r1282  
    4545 
    4646struct roar_stack { 
    47  int cur; 
     47 int next; 
    4848 int flags; 
    4949 
     
    5858int roar_stack_free(struct roar_stack * stack); 
    5959 
    60 int roar_stack_set_free(struct roar_stack * stack, void (*free)(void*)); 
     60int roar_stack_set_free(struct roar_stack * stack, void (*func)(void*)); 
    6161int roar_stack_set_flag(struct roar_stack * stack, int flag, int reset); 
    6262 
Note: See TracChangeset for help on using the changeset viewer.