X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libevent%2Fevutil.h;h=02bca89ef9fbcf574ec379e409ff4fec4bef5d10;hb=refs%2Fheads%2Fv3.1.6-alex;hp=cb3754a789c8606864a2aa36668b529d30a07614;hpb=5ab4f0463c00263b3d842f1e1a3648ecf35b4d65;p=netatalk.git diff --git a/libevent/evutil.h b/libevent/evutil.h index cb3754a7..02bca89e 100644 --- a/libevent/evutil.h +++ b/libevent/evutil.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 @@ -26,6 +26,14 @@ #ifndef _EVUTIL_H_ #define _EVUTIL_H_ +/** @file evutil.h + + Utility and compatibility functions for Libevent. + + The header is deprecated in Libevent 2.0 and later; please + use instead. +*/ + #include #endif /* _EVUTIL_H_ */