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.

18 lines
375 B

  1. #if !defined(_FUSION_INC_FUSIONXML_H_INCLUDED_)
  2. #define _FUSION_INC_FUSIONXML_H_INCLUDED_
  3. #pragma once
  4. void
  5. SxspDumpXmlTree(
  6. IN DWORD Flags,
  7. IN PCSXS_XML_DOCUMENT Document
  8. );
  9. void
  10. SxspDumpXmlSubTree(
  11. IN PCWSTR PerLinePrefix,
  12. IN PCSXS_XML_DOCUMENT Document, // need for string table resolution
  13. IN PCSXS_XML_NODE Node
  14. );
  15. #endif