fixed warnings when compiled with -Wmissing-declarations
[reactos.git] / reactos / drivers / fs / vfat / flush.c
index 4945365..a0d1a9c 100644 (file)
@@ -13,7 +13,7 @@
 
 /* FUNCTIONS ****************************************************************/
 
-NTSTATUS VfatFlushFile(PDEVICE_EXTENSION DeviceExt, PVFATFCB Fcb)
+static NTSTATUS VfatFlushFile(PDEVICE_EXTENSION DeviceExt, PVFATFCB Fcb)
 {
    IO_STATUS_BLOCK IoStatus;
    NTSTATUS Status;