Author: bojan Date: Sun Jul 13 21:15:19 2008 New Revision: 676473 URL: http://svn.apache.org/viewvc?rev=676473&view=rev Log: Backport r676472 from the trunk. There is only one pool argument to apr_reslist_create(). Modified: apr/apr-util/branches/1.3.x/include/apr_reslist.h Modified: apr/apr-util/branches/1.3.x/include/apr_reslist.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apr_reslist.h?rev=676473&r1=676472&r2=676473&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/include/apr_reslist.h (original) +++ apr/apr-util/branches/1.3.x/include/apr_reslist.h Sun Jul 13 21:15:19 2008 @@ -65,7 +65,6 @@ * Create a new resource list with the following parameters: * @param reslist An address where the pointer to the new resource * list will be stored. - * @param pool The pool to use for local storage and management * @param min Allowed minimum number of available resources. Zero * creates new resources only when needed. * @param smax Resources will be destroyed to meet this maximum