[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / reactos / libs / fslib / vfatxlib.h
diff --git a/reactos/include/reactos/libs/fslib/vfatxlib.h b/reactos/include/reactos/libs/fslib/vfatxlib.h
deleted file mode 100644 (file)
index 767ec58..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * COPYRIGHT:   See COPYING in the top level directory
- * PROJECT:     ReactOS VFAT filesystem library
- * FILE:        include/reactos/libs/fslib/vfatxlib.h
- * PURPOSE:     Public definitions for vfat filesystem library
- */
-#ifndef __VFATXLIB_H
-#define __VFATXLIB_H
-
-#include <fmifs/fmifs.h>
-
-NTSTATUS NTAPI
-VfatxFormat (PUNICODE_STRING DriveRoot,
-           FMIFS_MEDIA_FLAG MediaFlag,
-           PUNICODE_STRING Label,
-           BOOLEAN QuickFormat,
-           ULONG ClusterSize,
-           PFMIFSCALLBACK Callback);
-
-#endif /*__VFATLIB_H */