Graham Leggett wrote:
>
> Hi all,
>
> Found this in the apr-util docs - all hail cut and paste :)
>
> - * @deffunc void APR_BRIGADE_INSERT_HEAD(apr_bucket_brigade *b, apr_bucket *e)
> + * @deffunc void APR_BRIGADE_INSERT_TAIL(apr_bucket_brigade *b, apr_bucket *e)
> */
> #define APR_BRIGADE_INSERT_TAIL(b, e) do { \
> apr_bucket *ap__b = (e); \
Committed. Thanks!
Greg
- [PATCH] small apr-util doc fix Graham Leggett
- Re: [PATCH] small apr-util doc fix Greg Ames
- Re: [PATCH] small apr-util doc fix Graham Leggett
- RE: [PATCH] small apr-util doc fix Ian Holsman
- RE: [PATCH] small apr-util doc fix rbb
- mod_tls support Austin Gonyou
- Re: mod_tls support rbb
- Re: mod_tls support Jim Winstead
- Re: mod_tls support rbb
- Re: mod_tls support Austin Gonyou
- Re: mod_tls support Austin Gonyou
- Re: mod_tls support Austin Gonyou
