From 523708cd2681ff9da96e28cb2babbebc9fb3ebd4 Mon Sep 17 00:00:00 2001 From: germeier Date: Sat, 14 Sep 2002 22:54:41 +0000 Subject: add mpio_mem_t to dentry functions add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get --- libmpio/directory.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libmpio/directory.h') diff --git a/libmpio/directory.h b/libmpio/directory.h index 6982e8b..2bd1b89 100644 --- a/libmpio/directory.h +++ b/libmpio/directory.h @@ -1,6 +1,6 @@ /* * - * $Id: directory.h,v 1.3 2002/09/11 21:34:19 germeier Exp $ + * $Id: directory.h,v 1.4 2002/09/14 22:54:41 germeier Exp $ * * Library for USB MPIO-* * @@ -35,9 +35,9 @@ int mpio_rootdir_clear (mpio_t *, mpio_mem_t); int mpio_rootdir_format(mpio_t *, mpio_mem_t); /* operations on a single directory entry */ -int mpio_dentry_get_size(mpio_t *, BYTE *); -int mpio_dentry_get_raw(mpio_t *, BYTE *, BYTE *, int); -int mpio_dentry_put(mpio_t *, BYTE, BYTE *, int, +int mpio_dentry_get_size(mpio_t *, mpio_mem_t, BYTE *); +int mpio_dentry_get_raw(mpio_t *, mpio_mem_t, BYTE *, BYTE *, int); +int mpio_dentry_put(mpio_t *, mpio_mem_t, BYTE *, int, time_t, DWORD, WORD); BYTE * mpio_dentry_find_name_8_3(mpio_t *, BYTE, BYTE *); BYTE * mpio_dentry_find_name(mpio_t *, BYTE, BYTE *); @@ -49,7 +49,8 @@ mpio_fatentry_t *mpio_dentry_get_startcluster(mpio_t *, mpio_mem_t, 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 *); -int mpio_dentry_get_real(mpio_t *, BYTE *, BYTE *, int, BYTE[12], +int mpio_dentry_get_real(mpio_t *, mpio_mem_t, BYTE *, BYTE *, + int, BYTE[12], WORD *, BYTE *, BYTE *, BYTE *, BYTE *, DWORD *); #endif /* _MPIO_DIRECTORY_H_ */ -- cgit v1.2.3