summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/hashfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/hashfile.c')
-rw-r--r--src/emu/hashfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/hashfile.c b/src/emu/hashfile.c
index 14e37b8f638..a7da359c420 100644
--- a/src/emu/hashfile.c
+++ b/src/emu/hashfile.c
@@ -24,7 +24,7 @@ struct hash_info
const char *extrainfo;
};
-typedef struct _hash_file hash_file;
+struct hash_file;
typedef void (*hashfile_error_func)(const char *message);
@@ -47,7 +47,7 @@ const hash_info *hashfile_lookup(hash_file *hashfile, const hash_collection *has
TYPE DEFINITIONS
***************************************************************************/
-struct _hash_file
+struct hash_file
{
emu_file *file;
object_pool *pool;