update for HEAD-2002110401
[reactos.git] / subsys / system / usetup / drivesup.h
index f2ef4de..86e5d0e 100644 (file)
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/*
+/* $Id$
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS text-mode setup
  * FILE:            subsys/system/usetup/drivesup.h
@@ -31,6 +31,10 @@ NTSTATUS
 GetSourcePaths(PUNICODE_STRING SourcePath,
               PUNICODE_STRING SourceRootPath);
 
+CHAR
+GetDriveLetter(ULONG DriveNumber,
+              ULONG PartitionNumber);
+
 
 #endif /* __DRIVESUP_H__ */