From 8ca6e0c3d3ad7a80ae5645cbfe007b83c4980c66 Mon Sep 17 00:00:00 2001 From: crunchy Date: Fri, 21 Feb 2003 18:28:50 +0000 Subject: add patch of Sebastian; tried to fix problems with etc stuff --- libmpio/directory.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libmpio/directory.h') diff --git a/libmpio/directory.h b/libmpio/directory.h index b30b305..6e54a04 100644 --- a/libmpio/directory.h +++ b/libmpio/directory.h @@ -1,6 +1,6 @@ /* * - * $Id: directory.h,v 1.6 2002/10/27 17:37:26 germeier Exp $ + * $Id: directory.h,v 1.7 2003/02/21 18:28:55 crunchy Exp $ * * Library for USB MPIO-* * @@ -53,6 +53,11 @@ mpio_fatentry_t *mpio_dentry_get_startcluster(mpio_t *, mpio_mem_t, BYTE *); /* switch two directory entries */ void mpio_dentry_switch(mpio_t *, mpio_mem_t, BYTE *, BYTE *); +/* Move a given file to a new position in the file + list relative to another file. +*/ +void mpio_dentry_move(mpio_t *,mpio_mem_t, BYTE *, BYTE *); + /* helper functions */ void mpio_dentry_copy_from_slot(BYTE *, mpio_dir_slot_t *); void mpio_dentry_copy_to_slot(BYTE *, mpio_dir_slot_t *); -- cgit v1.2.3