From 1dcedb04f100e3235d66b015ebe2730a8597f1e0 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 9 Dec 2002 09:23:21 +0000 Subject: [PATCH] update TODO. (Logical change 1.33) --- TODO.libntfs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO.libntfs b/TODO.libntfs index 908218d1..7941cdea 100644 --- a/TODO.libntfs +++ b/TODO.libntfs @@ -15,22 +15,22 @@ - write attribute resize function (see mkntfs) and implement ntfs_truncate* -- write ntfs_{allocate,free}_cluster(s) (see ntfs 2.4 driver in CVS) +- write ntfs_cluster(s)_{allocate,free} (see ntfs 2.4 driver in CVS) - extend ntfs_attr_pwrite to cope with extending the attribute size and with instantiating holes -- write ntfs_{allocate,free}_mft_record (see ntfs 2.4 driver in CVS) +- write ntfs_mft_record_{allocate,free} (see ntfs 2.4 driver in CVS) -- write ntfs_{rm,create,add}_attr() +- write ntfs_attr_{rm,create,add}() -- write ntfs_{rm_from,add_to,create,rm}_index() +- write ntfs_index_{rm_from,add_to,create,rm}() - write ntfs_file_name_{add,rm}_from_mft_record() or _from_ntfs_inode(?) -- write ntfs_unlink_file() +- write ntfs_file_unlink() -- write ntfs_create_file() +- write ntfs_file_create() - write API for conventional high level file access.