aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat_libevent.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-12-06 19:49:20 -0500
committerNick Mathewson <nickm@torproject.org>2011-12-06 19:49:20 -0500
commit616b60cef39f78d8a6ebb984096ff0ec09a3021c (patch)
tree67a55d954df61d3dfd370866d242cbf19fd44859 /src/common/compat_libevent.h
parent53f535aeb863204470379b2da4631770fa10b13f (diff)
downloadtor-616b60cef39f78d8a6ebb984096ff0ec09a3021c.tar.gz
tor-616b60cef39f78d8a6ebb984096ff0ec09a3021c.zip
Revert "Use callback-driven approach to block renegotiations."
This reverts commit 406ae1ba5ad529a4d0e710229dab6ed645d42b50.
Diffstat (limited to 'src/common/compat_libevent.h')
-rw-r--r--src/common/compat_libevent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/compat_libevent.h b/src/common/compat_libevent.h
index 897eddbbe0..0247297177 100644
--- a/src/common/compat_libevent.h
+++ b/src/common/compat_libevent.h
@@ -46,9 +46,6 @@ void tor_event_free(struct event *ev);
typedef struct periodic_timer_t periodic_timer_t;
-int tor_event_base_once(void (*cb)(evutil_socket_t, short, void *),
- void *arg, struct timeval *timer);
-
periodic_timer_t *periodic_timer_new(struct event_base *base,
const struct timeval *tv,
void (*cb)(periodic_timer_t *timer, void *data),