]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/evrpc.h
Add silent rules to libevent
[netatalk.git] / libevent / evrpc.h
index 92147d8da3a549ab85bfae0c4e1612be33939ffe..5b88262d00dab149f6e68280992d32d1a6b213a8 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 _EVRPC_H_
 #define _EVRPC_H_
 
+/** @file evrpc.h
+
+  An RPC system for Libevent.
+
+  The <evrpc.h> header is deprecated in Libevent 2.0 and later; please
+  use <event2/rpc.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/rpc.h>
 #include <event2/rpc_struct.h>