fixed warnings when compiled with -Wmissing-declarations
[reactos.git] / reactos / drivers / fs / vfat / rw.c
index 407bd5a..45328ff 100644 (file)
@@ -107,7 +107,7 @@ OffsetToCluster(PDEVICE_EXTENSION DeviceExt,
    }
 }
 
-NTSTATUS
+static NTSTATUS
 VfatReadFileData (PVFAT_IRP_CONTEXT IrpContext,
                   ULONG Length,
                  LARGE_INTEGER ReadOffset,
@@ -323,7 +323,7 @@ VfatReadFileData (PVFAT_IRP_CONTEXT IrpContext,
   return Status;
 }
 
-NTSTATUS
+static NTSTATUS
 VfatWriteFileData(PVFAT_IRP_CONTEXT IrpContext,
                  ULONG Length,
                  LARGE_INTEGER WriteOffset)