Changeset 3869:c63e1367041c in roaraudio for include/libroar/basic.h


Ignore:
Timestamp:
05/19/10 22:14:22 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed long outstanding Con vs. VIO bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r3836 r3869  
    4747#endif 
    4848 
     49#define ROAR_CON_FLAGS_NONE        0x00 
     50#define ROAR_CON_FLAGS_FH          0x01 
     51#define ROAR_CON_FLAGS_VIO         0x02 
     52 
    4953struct roar_message { 
    5054 int cmd; 
     
    7276int roar_get_connection_fh  (struct roar_connection * con); 
    7377int roar_get_connection_vio (struct roar_connection * con, struct roar_vio_calls * vio); 
     78struct roar_vio_calls * roar_get_connection_vio2 (struct roar_connection * con); 
    7479int roar_disconnect   (struct roar_connection * con); 
    7580 
Note: See TracChangeset for help on using the changeset viewer.