X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libevent%2Fevmap-internal.h;h=23b5a8a0cd842e514ed0407c9c947ee4b2f4db58;hb=d7c6070cde285ce17d1b1a7dc32cfd956c8c553e;hp=b31628489c996c8b9512c554cb6efd3f991ec207;hpb=b0bcb8f6b0571592a50ce039882c9319e012a270;p=netatalk.git diff --git a/libevent/evmap-internal.h b/libevent/evmap-internal.h index b3162848..23b5a8a0 100644 --- a/libevent/evmap-internal.h +++ b/libevent/evmap-internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson + * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -87,4 +87,6 @@ void evmap_signal_active(struct event_base *base, evutil_socket_t signum, int nc void *evmap_io_get_fdinfo(struct event_io_map *ctx, evutil_socket_t fd); +void evmap_check_integrity(struct event_base *base); + #endif /* _EVMAP_H_ */