fixed warnings when compiled with -Wmissing-declarations
[reactos.git] / reactos / drivers / fs / ntfs / ntfs.h
index e35d55a..95d3427 100644 (file)
@@ -430,6 +430,9 @@ ReadAttribute(PATTRIBUTE attr, PVOID buffer, PDEVICE_EXTENSION Vcb,
 ULONG
 AttributeDataLength(PATTRIBUTE  attr);
 
+ULONG
+AttributeAllocatedLength (PATTRIBUTE Attribute);
+
 NTSTATUS
 ReadFileRecord (PDEVICE_EXTENSION Vcb,
                ULONG index,
@@ -515,4 +518,10 @@ NTSTATUS STDCALL
 NtfsSetVolumeInformation(PDEVICE_OBJECT DeviceObject,
                         PIRP Irp);
 
+/* ntfs.c */
+
+NTSTATUS STDCALL
+DriverEntry(PDRIVER_OBJECT DriverObject,
+           PUNICODE_STRING RegistryPath);
+
 #endif /* NTFS_H */