on this note, could someone please re-generate the APR docs
on apr.apache.org.. it was lost done in Feb.
..ian
> -----Original Message-----
> From: Greg Ames [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 09, 2001 12:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PATCH] small apr-util doc fix
>
>
> 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
>