You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/04/22 22:44:32 UTC

cvs commit: httpd-2.0/include http_protocol.h

nd          2004/04/22 13:44:32

  Modified:    include  http_protocol.h
  Log:
  declare the prototypes as well.
  
  PR: 28523 again
  
  Revision  Changes    Path
  1.91      +2 -2      httpd-2.0/include/http_protocol.h
  
  Index: http_protocol.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/http_protocol.h,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -u -r1.90 -r1.91
  --- http_protocol.h	9 Feb 2004 20:38:21 -0000	1.90
  +++ http_protocol.h	22 Apr 2004 20:44:32 -0000	1.91
  @@ -685,8 +685,8 @@
    * Setting up the protocol fields for subsidiary requests...
    * Also, a wrapup function to keep the internal accounting straight.
    */
  -void ap_set_sub_req_protocol(request_rec *rnew, const request_rec *r);
  -void ap_finalize_sub_req_protocol(request_rec *sub_r);
  +AP_DECLARE(void) ap_set_sub_req_protocol(request_rec *rnew, const request_rec *r);
  +AP_DECLARE(void) ap_finalize_sub_req_protocol(request_rec *sub_r);
                                                                                   
   #ifdef __cplusplus
   }