From: Daniel KouĊ™il Date: Thu, 19 Jan 2012 08:25:13 +0000 (+0000) Subject: Removed useless call from the API X-Git-Tag: emi-canl-c_R_1_0_0_0~20 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e843a75ed7fff72633fc30bc816989e8b6c0eb00;p=jra1mw.git Removed useless call from the API --- diff --git a/emi.canl.canl-c/src/canl.h b/emi.canl.canl-c/src/canl.h index 5c1cf37..4af6b37 100644 --- a/emi.canl.canl-c/src/canl.h +++ b/emi.canl.canl-c/src/canl.h @@ -32,8 +32,9 @@ canl_err_code CANL_CALLCONV canl_create_io_handler(canl_ctx cc, canl_io_handler*); canl_err_code CANL_CALLCONV -canl_io_connect(canl_ctx cc, canl_io_handler io, const char *host, const char *service, - int port, gss_OID_set auth_mechs, int flags, struct timeval *timeout); +canl_io_connect(canl_ctx cc, canl_io_handler io, const char *host, + const char *service, int port, gss_OID_set auth_mechs, + int flags, struct timeval *timeout); canl_err_code CANL_CALLCONV canl_io_accept(canl_ctx cc, canl_io_handler io, int fd, struct sockaddr s_addr, @@ -54,9 +55,6 @@ char * CANL_CALLCONV canl_get_error_message(canl_ctx); canl_err_code CANL_CALLCONV -canl_get_error(canl_ctx cc, char ** reason); - -canl_err_code CANL_CALLCONV canl_io_close(canl_ctx cc, canl_io_handler io); canl_err_code CANL_CALLCONV