Changeset 5365:fa05e52423d9 in roaraudio for include


Ignore:
Timestamp:
12/19/11 19:00:15 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_connect_none() and roar_connect_vio()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r5296 r5365  
    8787 
    8888int roar_connect      (struct roar_connection * con, const char * server, int flags, uint_least32_t timeout); 
     89int roar_connect_none (struct roar_connection * con); 
     90int roar_connect_vio  (struct roar_connection * con, struct roar_vio_calls * vio); 
    8991int roar_connect_fh   (struct roar_connection * con, int fh); 
    9092int roar_get_connection_fh  (struct roar_connection * con); 
Note: See TracChangeset for help on using the changeset viewer.