wrowe       01/08/01 16:22:47

  Modified:    include  apr_hash.h
               tables   apr_hash.c
  Log:
    Almost used this when I thought our contents were going out of context.
    Turns out the hash contents were really corrupted by a request merge,
    but heck, this is still useful.
  
  Revision  Changes    Path
  1.27      +1 -0      apr/include/apr_hash.h
  
  Index: apr_hash.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_hash.h,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- apr_hash.h        2001/07/19 03:45:33     1.26
  +++ apr_hash.h        2001/08/01 23:22:47     1.27
  @@ -195,6 +195,7 @@
                                              const apr_hash_t *overlay, 
                                              const apr_hash_t *base);
   
  +APR_DECLARE(apr_pool_t *) apr_hash_pool_get(apr_hash_t *hash);
   #ifdef __cplusplus
   }
   #endif
  
  
  
  1.21      +2 -0      apr/tables/apr_hash.c
  
  Index: apr_hash.c
  ===================================================================
  RCS file: /home/cvs/apr/tables/apr_hash.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- apr_hash.c        2001/07/19 03:45:33     1.20
  +++ apr_hash.c        2001/08/01 23:22:47     1.21
  @@ -380,3 +380,5 @@
       }
       return res;
   }
  +
  +APR_POOL_IMPLEMENT_ACCESSOR(hash)
  
  
  

Reply via email to