stoddard    01/04/02 18:50:04

  Modified:    include  apr_buckets.h
  Log:
  Bill Rowe and I had a collision. Make the declaration consistent.
  
  Revision  Changes    Path
  1.90      +1 -1      apr-util/include/apr_buckets.h
  
  Index: apr_buckets.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_buckets.h,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- apr_buckets.h     2001/04/03 00:22:07     1.89
  +++ apr_buckets.h     2001/04/03 01:49:54     1.90
  @@ -600,7 +600,7 @@
    * @param b The bucket brigade to clean up
    * @deffunc apr_status_t apr_brigade_cleanup(apr_bucket_brigade *b)
    */
  -APU_DECLARE_NONSTD(apr_status_t) apr_brigade_cleanup(void *data);
  +APU_DECLARE(apr_status_t) apr_brigade_cleanup(void *data);
   
   /**
    * Split a bucket brigade into two, such that the given bucket is the
  
  
  

Reply via email to