You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ia...@apache.org on 2002/02/08 07:09:34 UTC

cvs commit: httpd-2.0/modules/experimental cache_storage.c

ianh        02/02/07 22:09:34

  Modified:    modules/experimental cache_storage.c
  Log:
  style police
  
  Revision  Changes    Path
  1.15      +1 -0      httpd-2.0/modules/experimental/cache_storage.c
  
  Index: cache_storage.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/cache_storage.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- cache_storage.c	5 Feb 2002 00:15:42 -0000	1.14
  +++ cache_storage.c	8 Feb 2002 06:09:34 -0000	1.15
  @@ -253,6 +253,7 @@
      *key = apr_pstrdup(p,r->uri);
      return APR_SUCCESS;
   }
  +
   APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(cache, CACHE, int, create_entity, 
                                         (cache_handle_t *h, request_rec *r, const char *type, 
                                         const char *urlkey, apr_size_t len),