WindowsXP-SP1/base/fs/remotefs/dfs/tools/dfsutil/flush.hxx

23 lines
450 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
//+----------------------------------------------------------------------------
//
// Copyright (C) 1999, Microsoft Corporation
//
// File: flush.hxx
//
// Contents: flush.c prototypes, etc
//
//-----------------------------------------------------------------------------
#ifndef _FLUSH_HXX
#define _FLUSH_HXX
DWORD
PktFlush(
LPWSTR EntryToFlush);
DWORD
SpcFlush(
LPWSTR EntryToFlush);
#endif _FLUSH_HXX