summaryrefslogtreecommitdiff
path: root/event_tagging.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-06-16 03:23:15 +0000
committerNiels Provos <provos@gmail.com>2007-06-16 03:23:15 +0000
commitaa5c8068888ffa501c81d191b93ca1b5765b54b7 (patch)
treead4f58997083b631ef395e9adc7cdaa7f4fccf8a /event_tagging.c
parentd1848a8872c9596d1f30a5edbd1f9050e8124611 (diff)
downloadlibevent-aa5c8068888ffa501c81d191b93ca1b5765b54b7.tar.gz
make it compile on solaris; from Andrei Nigmatulin
svn:r366
Diffstat (limited to 'event_tagging.c')
-rw-r--r--event_tagging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_tagging.c b/event_tagging.c
index 6b127243..7a82b829 100644
--- a/event_tagging.c
+++ b/event_tagging.c
@@ -149,7 +149,7 @@ evtag_marshal_timeval(struct evbuffer *evbuf, u_int8_t tag, struct timeval *tv)
EVBUFFER_LENGTH(_buf));
}
-static int __inline
+static int inline
decode_int_internal(u_int32_t *pnumber, struct evbuffer *evbuf, int dodrain)
{
u_int32_t number = 0;