summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-07-20 14:55:35 +0000
committerNick Mathewson <nickm@torproject.org>2009-07-20 14:55:35 +0000
commite8400a43ca3f67e44e7593907353c6e5335c304e (patch)
tree5e5b0f616b62c3f9aedefcf1067a0ee81a2c8cc2 /event.h
parentdc031990e083bef785ec107271559ccc60705873 (diff)
downloadlibevent-e8400a43ca3f67e44e7593907353c6e5335c304e.tar.gz
Rename encode_int(64) to avoid polluting the global namespace.
They're now called evtag_encode_int(64). The old names are available as macros in event2/tag_compat.h. Also, add unit tests for encode/decode_int64. svn:r1365
Diffstat (limited to 'event.h')
-rw-r--r--event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/event.h b/event.h
index b7d3b333..9139296c 100644
--- a/event.h
+++ b/event.h
@@ -194,6 +194,7 @@ typedef unsigned short u_short;
#include <event2/bufferevent_struct.h>
#include <event2/bufferevent_compat.h>
#include <event2/tag.h>
+#include <event2/tag_compat.h>
#ifdef __cplusplus
}