Changeset 3769:14c294155cad in roaraudio for include/libroar/vio.h


Ignore:
Timestamp:
05/05/10 10:55:36 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to accept on sockets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio.h

    r3517 r3769  
    7474int     roar_vio_close   (struct roar_vio_calls * vio); 
    7575 
     76// specal commands: 
     77int     roar_vio_accept  (struct roar_vio_calls * calls, struct roar_vio_calls * dst); 
     78 
    7679// converters: 
    7780int     roar_vio_open_file     (struct roar_vio_calls * calls, char * filename, int flags, mode_t mode); 
Note: See TracChangeset for help on using the changeset viewer.