From af7973b5b0bf0212415c8ca35cb88313226443a7 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 29 Oct 2009 16:52:24 -0700 Subject: Adding the iterator over the dirutils objects... --- includes/cdutils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/cdutils.h b/includes/cdutils.h index 3666491..bf38473 100644 --- a/includes/cdutils.h +++ b/includes/cdutils.h @@ -114,6 +114,7 @@ class cdutils : public Base { int show_dir(struct DirEntry * dir); struct DirEntry find_dir_entry(struct DirEntry * dir, const String & name); struct DirEntry * find_dir_entry(Byte ** buffer, struct DirEntry * dir, const String & name); + struct DirEntry get_next_dir_entry(struct DirEntry * dir, int * cursor, String & name); static Uint8 from_BCD(Uint8 x); static Uint8 to_BCD(Uint8 x); static bool is_valid_BCD(Uint8 x); -- cgit v1.2.3