aboutsummaryrefslogtreecommitdiff
path: root/event_tagging.c
diff options
context:
space:
mode:
Diffstat (limited to 'event_tagging.c')
-rw-r--r--event_tagging.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/event_tagging.c b/event_tagging.c
index 6459dfa72e5b..b021e8c8dea2 100644
--- a/event_tagging.c
+++ b/event_tagging.c
@@ -93,9 +93,13 @@
a final padding nibble with value 0 is appended.
*/
+EVENT2_EXPORT_SYMBOL
int evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf);
+EVENT2_EXPORT_SYMBOL
int evtag_decode_int64(ev_uint64_t *pnumber, struct evbuffer *evbuf);
+EVENT2_EXPORT_SYMBOL
int evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag);
+EVENT2_EXPORT_SYMBOL
int evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf);
void