X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ssl.h;h=62e75d5f00911e10181889edf04e985fc552acea;hb=b36c921dd6085443726378388c3bf0603d1d4c0c;hp=56e577fba2a0ac236ee2710beaa54c0b0575424f;hpb=dff33f5dcf96800863b162a320bcf5dc0bb15b92;p=cascardo%2Frnetproxy.git diff --git a/ssl.h b/ssl.h index 56e577f..62e75d5 100644 --- a/ssl.h +++ b/ssl.h @@ -21,8 +21,8 @@ #ifndef POPPROXY_SSL_H #define POPPROXY_SSL_H -#include #include "nethook.h" +#include "hcconn.h" struct ssl_data { @@ -32,9 +32,9 @@ struct ssl_data gboolean handshaking; }; -net_hook_t* ssl_hook_new (GConn*, char*, int); +net_hook_t* ssl_hook_new (HCConn*, char*, char *); void ssl_destroy (net_hook_t*); -net_hook_t * ssl_server_hook_new (net_hook_t *, char *, int); +net_hook_t * ssl_server_hook_new (net_hook_t *, char *, char *); #endif