From: Nick Mathewson Date: Mon, 31 Oct 2011 02:32:18 +0000 (-0400) Subject: Fix compile warning from saying event2/*.h inside a comment X-Git-Tag: release-2.0.16-stable~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=447b0bad15dcc1ca56c73e3ecca5c636cc332ba0;p=libevent Fix compile warning from saying event2/*.h inside a comment Based on a patch by Adrian Chadd --- diff --git a/evdns.h b/evdns.h index e5eb46f9..8490d8c5 100644 --- a/evdns.h +++ b/evdns.h @@ -33,7 +33,7 @@ The header is deprecated in Libevent 2.0 and later; please use 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 headers. */ diff --git a/evhttp.h b/evhttp.h index 48dda790..3612a775 100644 --- a/evhttp.h +++ b/evhttp.h @@ -33,7 +33,7 @@ The header is deprecated in Libevent 2.0 and later; please use 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 headers. */ diff --git a/evrpc.h b/evrpc.h index 77216d24..6ec5912c 100644 --- a/evrpc.h +++ b/evrpc.h @@ -33,7 +33,7 @@ The header is deprecated in Libevent 2.0 and later; please use 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 headers. */