Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
427 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. httpp.h
  5. Abstract:
  6. Private master include file for the HTTP API project.
  7. Author:
  8. Keith Moore (keithmo) 16-Nov-1994
  9. Revision History:
  10. --*/
  11. //
  12. // Local include files.
  13. //
  14. #include "proc.h"
  15. #include "headers.h"
  16. extern
  17. BOOL
  18. HttpDateToSystemTime(
  19. IN LPSTR lpszHttpDate,
  20. OUT LPSYSTEMTIME lpSystemTime
  21. );