diff options
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); |