windows-nt/Source/XPSP1/NT/base/fs/dfs/ui/dfsutil/flush.hxx
2020-09-26 16:20:57 +08:00

23 lines
428 B
C++

//+----------------------------------------------------------------------------
//
// 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