Source code of Windows XP (NT5)
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.

48 lines
701 B

  1. /*++
  2. Copyright (c) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. httprtl.h
  5. Abstract:
  6. This module contains public declarations for HTTPRTL.LIB, a body
  7. of code shared between kernel- and user-mode.
  8. Author:
  9. Keith Moore (keithmo) 18-Jan-1999
  10. Revision History:
  11. Chun Ye (chunye) 27-Sep-2000
  12. Renamed UL_* to HTTP_*.
  13. --*/
  14. #ifndef _HTTPRTL_H_
  15. #define _HTTPRTL_H_
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif // __cplusplus
  19. VOID
  20. HttpRtlDummy( // Gives the linker something to do until we can
  21. VOID // actually populate this library with real code.
  22. );
  23. #ifdef __cplusplus
  24. } // extern "C"
  25. #endif // __cplusplus
  26. #endif // _HTTPRTL_H_