Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 40357 invoked by uid 500); 3 Apr 2001 01:50:41 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 40283 invoked by uid 500); 3 Apr 2001 01:50:29 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 3 Apr 2001 01:50:04 -0000 Message-ID: <20010403015004.40181.qmail@apache.org> From: stoddard@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/include apr_buckets.h 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