Hi all,

Found this in the apr-util docs - all hail cut and paste :)

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED]                "There's a moon
                                        over Bourbon Street
                                                tonight..."
--- ../../../../../pristine/apr-util/include/apr_buckets.h      Tue Apr  3 20:25:44 
2001
+++ include/apr_buckets.h       Sat Apr  7 12:15:05 2001
@@ -341,7 +341,7 @@
  * Insert a list of buckets at the end of a brigade
  * @param b The brigade to add to
  * @param e The first bucket in a list of buckets to insert
- * @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);                                        \

Reply via email to