From dev-return-10457-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Oct 07 18:45:59 2003 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 5488 invoked from network); 7 Oct 2003 18:45:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Oct 2003 18:45:59 -0000 Received: (qmail 22684 invoked by uid 500); 7 Oct 2003 18:45:48 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 22595 invoked by uid 500); 7 Oct 2003 18:45:48 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 22578 invoked from network); 7 Oct 2003 18:45:47 -0000 Errors-To: Message-Id: <5.2.0.9.2.20031007132301.02737de8@pop3.rowe-clan.net> X-Sender: wrowe%rowe-clan.net@pop3.rowe-clan.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 07 Oct 2003 13:25:46 -0500 To: dev@apr.apache.org From: "William A. Rowe, Jr." Subject: apr-util 1.0 - buckets/brigades types? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dumb Q perhaps; for APR-UTIL 1.0 don't we want to change: typedef struct apr_bucket apr_bucket; typedef struct apr_bucket_brigade apr_bucket_brigade_t; etc to follow our convention: typedef struct apr_bucket_t apr_bucket_t; typedef struct apr_bucket_brigade_t apr_bucket_brigade_t; etc... The nonstandard apr_bucket type always trips me up when coding... Bill