X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fbase%2Fsetup%2Fusetup%2Fchkdsk.h;fp=reactos%2Fbase%2Fsetup%2Fusetup%2Fchkdsk.h;h=0000000000000000000000000000000000000000;hp=95894e39070e44318650f2d2662d98d8c387666d;hb=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6;hpb=b94e2d8ca0b7bb9c17f624e1b4b7e3e7f5b853ac diff --git a/reactos/base/setup/usetup/chkdsk.h b/reactos/base/setup/usetup/chkdsk.h deleted file mode 100644 index 95894e39070..00000000000 --- a/reactos/base/setup/usetup/chkdsk.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * ReactOS kernel - * Copyright (C) 2006 ReactOS Team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS text-mode setup - * FILE: base/setup/usetup/chkdsk.h - * PURPOSE: Filesystem chkdsk support functions - * PROGRAMMER: Hervé Poussineau (hpoussin@reactos.org) - */ - -#pragma once - -NTSTATUS -ChkdskPartition( - IN PUNICODE_STRING DriveRoot, - IN PFILE_SYSTEM_ITEM FileSystem); - -/* EOF */