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.

49 lines
946 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation
  4. //
  5. // File: dfsinit.c
  6. //
  7. // Contents: Code to force dfs volume initialization and validation
  8. //
  9. // Classes:
  10. //
  11. // Functions: main
  12. //
  13. // History: March 24, 1994 Milans Created
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include <stdio.h>
  17. #include <nt.h>
  18. #include <ntrtl.h>
  19. #include <dfsfsctl.h>
  20. //
  21. // Get rid of this file, after we remove it from the placefil.txt
  22. //
  23. //
  24. //+----------------------------------------------------------------------------
  25. //
  26. // Function: main
  27. //
  28. // Synopsis:
  29. //
  30. // Arguments:
  31. //
  32. // Returns:
  33. //
  34. //-----------------------------------------------------------------------------
  35. void _cdecl main(
  36. int argc,
  37. char *argv[])
  38. {
  39. NTSTATUS Status;
  40. return;
  41. }