Re: cvs commit: apr/tables apr_hash.c

2001-01-16 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > Index: apr_hash.h > === > RCS file: /home/cvs/apr/include/apr_hash.h,v > retrieving revision 1.18 > retrieving revision 1.19 > diff -u -u -r1.18 -r1.19 > --- apr_hash.h 2001/01/11 00:13:2

Re: cvs commit: apr/tables apr_hash.c

2001-01-16 Thread Greg Stein
On Tue, Jan 16, 2001 at 12:59:04PM -0500, Jeff Trawick wrote: > [EMAIL PROTECTED] writes: >... > >/** > > - * Get the number of keys in the hash table. > > + * Get the number of key/value pairs in the hash table. > > * @param ht The hash table > > - * @param count Return pointer for t

Re: cvs commit: apr/tables apr_hash.c

2001-01-16 Thread Jeff Trawick
Greg Stein <[EMAIL PROTECTED]> writes: > On Tue, Jan 16, 2001 at 12:59:04PM -0500, Jeff Trawick wrote: > > [EMAIL PROTECTED] writes: > >... > > >/** > > > - * Get the number of keys in the hash table. > > > + * Get the number of key/value pairs in the hash table. > > > * @param ht The