Changeset 2043:aacacd9f23d5 in roaraudio for include/libroar/basic.h


Ignore:
Timestamp:
06/22/09 19:44:38 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_get_connection_vio(), added a simple error check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r1660 r2043  
    6363int roar_connect    (struct roar_connection * con, char * server); 
    6464int roar_connect_fh (struct roar_connection * con, int fh); 
    65 int roar_get_connection_fh (struct roar_connection * con); 
     65int roar_get_connection_fh  (struct roar_connection * con); 
     66int roar_get_connection_vio (struct roar_connection * con, struct roar_vio_calls * vio); 
    6667int roar_disconnect (struct roar_connection * con); 
    6768 
Note: See TracChangeset for help on using the changeset viewer.