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.

40 lines
432 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. httpinit.h
  5. Abstract:
  6. Prototypes for httpinit.c
  7. Author:
  8. Richard L Firth (rfirth) 09-Jun-1995
  9. Revision History:
  10. 09-Jun-1995 rfirth
  11. Created
  12. --*/
  13. #if defined(__cplusplus)
  14. extern "C" {
  15. #endif
  16. BOOL
  17. HttpInitialize(
  18. VOID
  19. );
  20. BOOL
  21. HttpTerminate(
  22. VOID
  23. );
  24. #if defined(__cplusplus)
  25. }
  26. #endif