Changeset 1330:ba9e40c040ed in roaraudio for include/libroar/vio_dstr.h


Ignore:
Timestamp:
03/23/09 03:19:23 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_vio_open_default()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_dstr.h

    r1328 r1330  
    145145int     roar_vio_dstr_init_defaults (struct roar_vio_defaults * def, int type, int o_flags, mode_t o_mode); 
    146146 
     147int     roar_vio_open_default (struct roar_vio_calls * calls, struct roar_vio_defaults * def); 
     148 
    147149int     roar_vio_open_dstr    (struct roar_vio_calls * calls, char * dstr, struct roar_vio_defaults * def, int dnum); 
    148150int     roar_vio_open_dstr_vio(struct roar_vio_calls * calls, char * dstr, struct roar_vio_defaults * def, int dnum, struct roar_vio_calls * vio); 
Note: See TracChangeset for help on using the changeset viewer.