X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Ftcp.h;h=d945fda08cf0e950258463672a7fd190f18ef3b1;hb=937144b230752ac640e611cabb57387f613997bc;hp=8f519bb0edda7337bad942e81293299594f90803;hpb=f082f0d0617d12854a5fd0dc683d357144e36c5c;p=radsecproxy.git diff --git a/lib/tcp.h b/lib/tcp.h index 8f519bb..d945fda 100644 --- a/lib/tcp.h +++ b/lib/tcp.h @@ -1,7 +1,7 @@ /* Copyright 2011 NORDUnet A/S. All rights reserved. - See the file COPYING for licensing information. */ + See LICENSE for licensing information. */ void tcp_event_cb (struct bufferevent *bev, short events, void *user_data); void tcp_read_cb (struct bufferevent *bev, void *user_data); void tcp_write_cb (struct bufferevent *bev, void *ctx); -int tcp_set_connect_timeout (struct rs_connection *conn); +int tcp_init_connect_timer (struct rs_connection *conn);