summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/validity.h')
-rw-r--r--src/emu/validity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/validity.h b/src/emu/validity.h
index 0fe324c9425..b70739658a8 100644
--- a/src/emu/validity.h
+++ b/src/emu/validity.h
@@ -14,7 +14,7 @@
#ifndef __VALIDITY_H__
#define __VALIDITY_H__
-extern int mame_validitychecks(const game_driver *driver);
+bool mame_validitychecks(const game_driver *driver);
+bool validate_tag(const game_driver *driver, const char *object, const char *tag);
#endif
-