windows-nt/Source/XPSP1/NT/base/fs/remotefs/dfs/dfsinit/dfsinit.c

50 lines
897 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// Copyright (C) 1992, Microsoft Corporation
//
// File: dfsinit.c
//
// Contents: Code to force dfs volume initialization and validation
//
// Classes:
//
// Functions: main
//
// History: March 24, 1994 Milans Created
//
//-----------------------------------------------------------------------------
#include <stdio.h>
#include <nt.h>
#include <ntrtl.h>
#include <dfsfsctl.h>
//
// Get rid of this file, after we remove it from the placefil.txt
//
//
//+----------------------------------------------------------------------------
//
// Function: main
//
// Synopsis:
//
// Arguments:
//
// Returns:
//
//-----------------------------------------------------------------------------
void _cdecl main(
int argc,
char *argv[])
{
NTSTATUS Status;
return;
}