You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Rodent of Unusual Size <co...@hyperreal.org> on 1997/09/12 23:49:19 UTC

cvs commit: apachen/src/main http_core.c http_protocol.h

coar        97/09/12 14:49:19

  Modified:    src/main http_core.c http_protocol.h
  Log:
  	Fix up some missing includes (fallout from the set_last_modified()
  	rework).
  
  Revision  Changes    Path
  1.122     +1 -0      apachen/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_core.c,v
  retrieving revision 1.121
  retrieving revision 1.122
  diff -u -r1.121 -r1.122
  --- http_core.c	1997/09/12 18:56:01	1.121
  +++ http_core.c	1997/09/12 21:49:17	1.122
  @@ -55,6 +55,7 @@
   #include "http_config.h"
   #include "http_core.h"
   #include "http_protocol.h"	/* For index_of_response().  Grump. */
  +#include "http_request.h"
   #include "http_conf_globals.h"
   
   #include "http_main.h"		/* For the default_handler below... */
  
  
  
  1.28      +1 -0      apachen/src/main/http_protocol.h
  
  Index: http_protocol.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_protocol.h,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- http_protocol.h	1997/09/12 18:56:04	1.27
  +++ http_protocol.h	1997/09/12 21:49:17	1.28
  @@ -98,6 +98,7 @@
   API_EXPORT(time_t) rationalize_mtime(request_rec *r, time_t mtime);
   API_EXPORT(void) set_etag(request_rec *r);
   API_EXPORT(void) set_last_modified(request_rec *r);
  +API_EXPORT(int) meets_conditions(request_rec *r);
   
   /* Other ways to send stuff at the client.  All of these keep track
    * of bytes_sent automatically.  This indirection is intended to make