Changeset 5367:b2aae2f6b2d7 in roaraudio for include


Ignore:
Timestamp:
12/20/11 05:26:54 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added VIO/DSTR for SOCKS proxy (See: #187)

Location:
include/libroar
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r5317 r5367  
    150150#include "vio_winsock.h" 
    151151#include "vio_proto.h" 
     152#include "vio_proxy.h" 
    152153#include "vio_rtp.h" 
    153154#include "vio_select.h" 
  • include/libroar/vio_dstr.h

    r5257 r5367  
    190190                                    int (*openvio)(struct roar_vio_calls      * calls, 
    191191                                                   struct roar_vio_calls      * dst, 
    192                                                    struct roar_vio_dstr_chain * cur)); 
     192                                                   struct roar_vio_dstr_chain * cur, 
     193                                                   struct roar_vio_dstr_chain * next)); 
    193194 
    194195int     roar_vio_dstr_init_defaults (struct roar_vio_defaults * def, int type, int o_flags, mode_t o_mode); 
Note: See TracChangeset for help on using the changeset viewer.