X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetproxy.git;a=blobdiff_plain;f=hcconn.h;h=d861959e6966843f70837d9a0137d8fb73e0dcb2;hp=89a9366dd58be553c8ca1cdadc52cb1f2c9d9951;hb=HEAD;hpb=5a4d4b0c292c764a8720fd9428937b1b1370aa93 diff --git a/hcconn.h b/hcconn.h index 89a9366..d861959 100644 --- a/hcconn.h +++ b/hcconn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Thadeu Lima de Souza Cascardo + * Copyright (C) 2009 Thadeu Lima de Souza Cascardo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ */ -#ifndef HC_IOCHANNEL_H -#define HC_IOCHANNEL_H +#ifndef HC_CONN_H +#define HC_CONN_H #include #include @@ -45,7 +45,6 @@ void hc_conn_write (HCConn *, char *, size_t); void hc_conn_close (HCConn *); void hc_conn_set_callback (HCConn *, HCClientFunc, gpointer); -void hc_conn_set_driver_channel (HCConn *, int); -void hc_conn_set_driver_ssl_client (HCConn *, HCConn *); +int hc_conn_set_driver_channel (HCConn *, int); #endif