diff options
author | Pixel <pixel@nobis-crew.org> | 2009-10-29 16:52:24 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-10-29 16:52:24 -0700 |
commit | af7973b5b0bf0212415c8ca35cb88313226443a7 (patch) | |
tree | 5b9c663bf195270ad02ec054d15181512137a020 /includes | |
parent | c58b0339b6e94db44f675c95c97e2115456a26c0 (diff) |
Adding the iterator over the dirutils objects...
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cdutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |