6#include "../../dlib/dlib.h"
22 void *Data1,
void *Data2);
24 void *Data1,
void *Data2);
26 void *Data1,
void *Data2);
void a_Http_set_proxy_passwd(const char *str)
Activate entered proxy password for HTTP.
int a_Http_init(void)
Initialize proxy vars and Accept-Language header.
void a_IO_ccc(int Op, int Branch, int Dir, ChainLink *Info, void *Data1, void *Data2)
CCC function for the IO module.
void a_Dpi_dillo_exit(void)
Let dpid know dillo is no longer running.
void a_Dpi_ccc(int Op, int Branch, int Dir, ChainLink *Info, void *Data1, void *Data2)
CCC function for the Dpi module.
char * a_Dpi_send_blocking_cmd(const char *server_name, const char *cmd)
Send a command to a dpi server, and block until the answer is got.
void a_Http_connect_done(int fd, bool_t success)
void a_Http_freeall(void)
Deallocate memory used by http module.
int a_Http_proxy_auth(void)
Tell whether the proxy auth is already set (user:password).
void a_Http_ccc(int Op, int Branch, int Dir, ChainLink *Info, void *Data1, void *Data2)
CCC function for the HTTP module.
Main data structure for CCC nodes.