From df1f72329acf5f555618a5309f2621e584c0d763 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 6 Dec 2011 19:49:20 -0500 Subject: Revert "Refactor tor_event_base_once to do what we actually want" This reverts commit 7920ea55b8d994268d2b07f27316b0f34d8f27e5. --- src/common/tortls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/tortls.h') diff --git a/src/common/tortls.h b/src/common/tortls.h index 9f86e37127..5874881989 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -63,7 +63,7 @@ tor_tls_t *tor_tls_new(int sock, int is_server); void tor_tls_set_logged_address(tor_tls_t *tls, const char *address); void tor_tls_set_renegotiate_callbacks(tor_tls_t *tls, void (*cb)(tor_tls_t *, void *arg), - void (*cb2)(void *), + void (*cb2)(evutil_socket_t, short, void *), void *arg); int tor_tls_is_server(tor_tls_t *tls); void tor_tls_free(tor_tls_t *tls); -- cgit v1.2.3-54-g00ecf