]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/evutil.h
Writing metadata xattr on directories with sticky bit set, FR#94
[netatalk.git] / libevent / evutil.h
index cb3754a789c8606864a2aa36668b529d30a07614..02bca89ef9fbcf574ec379e409ff4fec4bef5d10 100644 (file)
@@ -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
 #ifndef _EVUTIL_H_
 #define _EVUTIL_H_
 
+/** @file evutil.h
+
+  Utility and compatibility functions for Libevent.
+
+  The <evutil.h> header is deprecated in Libevent 2.0 and later; please
+  use <event2/util.h> instead.
+*/
+
 #include <event2/util.h>
 
 #endif /* _EVUTIL_H_ */