Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 89588 invoked by uid 500); 26 Sep 2002 17:51:56 -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 89558 invoked from network); 26 Sep 2002 17:51:55 -0000 Date: 26 Sep 2002 17:51:54 -0000 Message-ID: <20020926175154.49138.qmail@icarus.apache.org> From: stoddard@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_poll.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stoddard 2002/09/26 10:51:54 Modified: include apr_poll.h Log: Delete some invalid comments from the apr_pollset_destroy doc. Submitted by: Garrett Rooney Revision Changes Path 1.7 +0 -4 apr/include/apr_poll.h Index: apr_poll.h =================================================================== RCS file: /home/cvs/apr/include/apr_poll.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- apr_poll.h 6 Aug 2002 23:51:37 -0000 1.6 +++ apr_poll.h 26 Sep 2002 17:51:54 -0000 1.7 @@ -242,10 +242,6 @@ /** * Destroy a pollset object * @param pollset The pollset to destroy - * @param descriptors An initial set of descriptors to add to the pollset - * (may be NULL) - * @param num The number of elements in the descriptors array - * @param p The pool from which to allocate the pollset */ APR_DECLARE(apr_status_t) apr_pollset_destroy(apr_pollset_t *pollset);