coar        99/08/08 05:05:15

  Modified:    src/main http_main.c
  Log:
        Fix a miniscule compilation warning.
  
  Revision  Changes    Path
  1.468     +1 -0      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.467
  retrieving revision 1.468
  diff -u -r1.467 -r1.468
  --- http_main.c       1999/08/05 20:04:04     1.467
  +++ http_main.c       1999/08/08 12:05:13     1.468
  @@ -6648,6 +6648,7 @@
    * Force ap_validate_password() into the image so that modules like
    * mod_auth can use it even if they're dynamically loaded.
    */
  +void suck_in_ap_validate_password(void);
   void suck_in_ap_validate_password(void)
   {
       ap_validate_password("a", "b");
  
  
  

Reply via email to