X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ssl.h;h=56e577fba2a0ac236ee2710beaa54c0b0575424f;hb=f65811dcdf69a5ac195d222fa406bbac9cde336d;hp=61cc68f768df8fcc396213e38a331e590e90e021;hpb=6f9072d6012a67e7d7bdcd58a72106456bd80ebc;p=cascardo%2Frnetproxy.git diff --git a/ssl.h b/ssl.h index 61cc68f..56e577f 100644 --- a/ssl.h +++ b/ssl.h @@ -32,9 +32,9 @@ struct ssl_data gboolean handshaking; }; -net_hook_t* ssl_hook_new (GConn*, char*); +net_hook_t* ssl_hook_new (GConn*, char*, int); void ssl_destroy (net_hook_t*); -net_hook_t * ssl_server_hook_new (net_hook_t *, char *); +net_hook_t * ssl_server_hook_new (net_hook_t *, char *, int); #endif