]> granicus.if.org Git - libevent/commitdiff
Fix compile warning from saying event2/*.h inside a comment
authorNick Mathewson <nickm@torproject.org>
Mon, 31 Oct 2011 02:32:18 +0000 (22:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 31 Oct 2011 02:32:18 +0000 (22:32 -0400)
Based on a patch by Adrian Chadd

evdns.h
evhttp.h
evrpc.h

diff --git a/evdns.h b/evdns.h
index e5eb46f9ac8c1d25ed734cb29333c6982e82a74f..8490d8c522ac130c2051bc64520a3aa2da6ceb0c 100644 (file)
--- a/evdns.h
+++ b/evdns.h
@@ -33,7 +33,7 @@
 
   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/*.h
+  need, you may also want to include more of the other <event2/...>
   headers.
  */
 
index 48dda7909b0668c5b278b316046ee2050414f2bd..3612a77506fdc34cf0e2705036ab36474d7cce3b 100644 (file)
--- a/evhttp.h
+++ b/evhttp.h
@@ -33,7 +33,7 @@
 
   The <evhttp.h> header is deprecated in Libevent 2.0 and later; please
   use <event2/http.h> instead.  Depending on what functionality you
-  need, you may also want to include more of the other event2/*.h
+  need, you may also want to include more of the other <event2/...>
   headers.
  */
 
diff --git a/evrpc.h b/evrpc.h
index 77216d24cd2486b1db44fe1403921a66a96e8a38..6ec5912c132dfb0c837ce3df9ad2fa1ad8ba2080 100644 (file)
--- a/evrpc.h
+++ b/evrpc.h
@@ -33,7 +33,7 @@
 
   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/*.h
+  need, you may also want to include more of the other <event2/...>
   headers.
  */