Changeset 1353:d3fff5536a2e in roaraudio for include/libroar/vio_dstr.h


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

we need to set access modes and init next->def in case of sockets, got tcp:...##gopher:##file:... working :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_dstr.h

    r1349 r1353  
    160160 
    161161int     roar_vio_dstr_init_defaults (struct roar_vio_defaults * def, int type, int o_flags, mode_t o_mode); 
     162int     roar_vio_dstr_init_defaults_c (struct roar_vio_defaults * def, int type, struct roar_vio_defaults * odef, int o_flags); 
    162163 
    163164int     roar_vio_open_default (struct roar_vio_calls * calls, struct roar_vio_defaults * def); 
Note: See TracChangeset for help on using the changeset viewer.