You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/10/12 01:08:24 UTC

cvs commit: apache-1.3/src/main http_main.c

martin      99/10/11 16:08:23

  Modified:    src/main http_main.c
  Log:
  Pull in httpd.h to get the prototype for ap_validate_password()
  for SHARED_CORE variants
  
  Revision  Changes    Path
  1.478     +1 -0      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.477
  retrieving revision 1.478
  diff -u -r1.477 -r1.478
  --- http_main.c	1999/09/20 20:46:59	1.477
  +++ http_main.c	1999/10/11 23:08:19	1.478
  @@ -6623,6 +6623,7 @@
   #endif /* ndef SHARED_CORE_BOOTSTRAP */
   
   #ifndef SHARED_CORE_BOOTSTRAP
  +#include "httpd.h"
   /*
    * Force ap_validate_password() into the image so that modules like
    * mod_auth can use it even if they're dynamically loaded.