Changeset 5257:27194d561c16 in roaraudio for include


Ignore:
Timestamp:
11/13/11 22:53:53 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed most warnings in roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_dstr.h

    r5254 r5257  
    197197int     roar_vio_open_default (struct roar_vio_calls * calls, struct roar_vio_defaults * def, char * opts); 
    198198 
     199int     roar_vio_open_dstr_simple(struct roar_vio_calls * calls, const char * dstr, int o_flags); 
     200 
    199201int     roar_vio_open_dstr    (struct roar_vio_calls * calls, const char * dstr, struct roar_vio_defaults * def, int dnum); 
    200202int     roar_vio_open_dstr_vio(struct roar_vio_calls * calls, const char * dstr, struct roar_vio_defaults * def, int dnum, struct roar_vio_calls * vio); 
Note: See TracChangeset for help on using the changeset viewer.