You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/06/09 08:36:06 UTC

cvs commit: httpd-apreq-2/src apreq_cookie.c

joes        2003/06/08 23:36:06

  Modified:    src      apreq_cookie.c
  Log:
  Fix cookie_bake name.
  
  Revision  Changes    Path
  1.15      +2 -2      httpd-apreq-2/src/apreq_cookie.c
  
  Index: apreq_cookie.c
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/src/apreq_cookie.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- apreq_cookie.c	7 Jun 2003 20:07:41 -0000	1.14
  +++ apreq_cookie.c	9 Jun 2003 06:36:06 -0000	1.15
  @@ -478,7 +478,7 @@
           return NULL;
   }
   
  -APREQ_DECLARE(apr_status_t) apreq_bake_cookie(const apreq_cookie_t *c,
  +APREQ_DECLARE(apr_status_t) apreq_cookie_bake(const apreq_cookie_t *c,
                                                 void *env)
   {
       char *s = apreq_cookie_as_string(apreq_env_pool(env),c);
  @@ -493,7 +493,7 @@
       return apreq_env_set_cookie(env, s);
   }
   
  -APREQ_DECLARE(apr_status_t) apreq_bake2_cookie(const apreq_cookie_t *c,
  +APREQ_DECLARE(apr_status_t) apreq_cookie_bake2(const apreq_cookie_t *c,
                                                  void *env)
   {
       char *s = apreq_cookie_as_string(apreq_env_pool(env),c);