X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=libevent%2Fevhttp.h;h=5ce15e65525ccdac12e3dfb4c76d87887c3e35d3;hp=99bc4da5f6792d31dce6aad8340cfc75270251c3;hb=3a84db87064922ad10ac10cc1d6833380e575995;hpb=ad220cd96d55445846d30b951a188ec5f9b849b2 diff --git a/libevent/evhttp.h b/libevent/evhttp.h index 99bc4da5..5ce15e65 100644 --- a/libevent/evhttp.h +++ b/libevent/evhttp.h @@ -1,6 +1,6 @@ /* * Copyright 2000-2007 Niels Provos - * Copyright 2007-2010 Niels Provos and Nick Mathewson + * Copyright 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 @@ -27,6 +27,16 @@ #ifndef _EVHTTP_H_ #define _EVHTTP_H_ +/** @file evhttp.h + + An http implementation subsystem for Libevent. + + 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 + headers. + */ + #include #include #include