Changeset 3914:dea153d2eff3 in roaraudio for include/libroar/basic.h


Ignore:
Timestamp:
06/06/10 16:20:02 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_sync() and dummy roar_wait_msg()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r3913 r3914  
    9191                                 void * userdata); 
    9292 
     93int roar_sync         (struct roar_connection * con); 
     94int roar_wait_msg     (struct roar_connection * con, int16_t seq, int16_t seqmask); 
     95 
    9396int roar_noop         (struct roar_connection * con); 
    9497 
Note: See TracChangeset for help on using the changeset viewer.