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.

22 lines
305 B

  1. #include <nt.h>
  2. #include <ntverp.h>
  3. #include <ntrtl.h>
  4. #include <nturtl.h>
  5. #include <windows.h>
  6. #include <wdbgexts.h>
  7. #include <stdio.h>
  8. #include "util.h"
  9. #include "parse.h"
  10. //
  11. // Handlers for top-level extension commands.
  12. //
  13. void
  14. do_help(PCSTR args);
  15. void
  16. do_rm(PCSTR args);
  17. void
  18. do_arp(PCSTR args);