Changeset 4843:05ca8907fa35 in roaraudio for include


Ignore:
Timestamp:
04/05/11 00:18:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support for HTTP Basic Auth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_proto.h

    r4828 r4843  
    7373int     roar_vio_proto_close   (struct roar_vio_calls * vio); 
    7474 
    75 int roar_vio_open_proto_http   (struct roar_vio_calls * calls, struct roar_vio_calls * dst, char * host, char * file); 
     75int roar_vio_open_proto_http   (struct roar_vio_calls * calls, struct roar_vio_calls * dst, char * host, char * file, struct roar_userpass * up); 
    7676int roar_vio_open_proto_gopher (struct roar_vio_calls * calls, struct roar_vio_calls * dst, char * host, char * file); 
    7777#endif 
Note: See TracChangeset for help on using the changeset viewer.