]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/evdns.h
Add silent rules to libevent
[netatalk.git] / libevent / evdns.h
index 0f50c4adb5816fb54c476aca92612bbc0b8e7309..513f9b70e814a7579cfeb5206dc802db1c00b313 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
- * 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 _EVDNS_H_
 #define _EVDNS_H_
 
+/** @file evdns.h
+
+  A dns subsystem for Libevent.
+
+  The <evdns.h> header is deprecated in Libevent 2.0 and later; please
+  use <event2/evdns.h> instead.  Depending on what functionality you
+  need, you may also want to include more of the other <event2/...>
+  headers.
+ */
+
 #include <event.h>
 #include <event2/dns.h>
 #include <event2/dns_compat.h>