[USETUP] Move the SetupExtractFile() function to where it is (only) used.
[reactos.git] / base / setup / usetup / filesup.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS text-mode setup
4 * FILE: base/setup/usetup/filesup.h
5 * PURPOSE: File support functions
6 * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
7 */
8
9 #pragma once
10
11 NTSTATUS
12 SetupCreateDirectory(
13 PWCHAR DirectoryName);
14
15 BOOLEAN
16 IsValidPath(
17 IN PCWSTR InstallDir);
18
19 /* EOF */