From 7935e28c8e5956849f1a1432dc7ae8e5ef4ea414 Mon Sep 17 00:00:00 2001 From: germeier Date: Sat, 19 Apr 2003 23:58:02 +0000 Subject: added function(s) to rename files on the player --- libmpio/directory.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libmpio/directory.h') diff --git a/libmpio/directory.h b/libmpio/directory.h index 0129669..521b557 100644 --- a/libmpio/directory.h +++ b/libmpio/directory.h @@ -1,6 +1,6 @@ /* * - * $Id: directory.h,v 1.9 2003/04/11 21:42:57 germeier Exp $ + * $Id: directory.h,v 1.10 2003/04/19 23:58:02 germeier Exp $ * * Library for USB MPIO-* * @@ -61,6 +61,9 @@ BYTE mpio_dentry_is_dir(mpio_t *, mpio_mem_t, BYTE *); /* switch two directory entries */ void mpio_dentry_switch(mpio_t *, mpio_mem_t, BYTE *, BYTE *); +/* rename a dentry */ +void mpio_dentry_rename(mpio_t *, mpio_mem_t, BYTE *, BYTE *); + /* Move a given file to a new position in the file list relative to another file. */ -- cgit v1.2.3