summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/imgtool/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/tools/imgtool/stream.h')
-rw-r--r--src/mess/tools/imgtool/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/tools/imgtool/stream.h b/src/mess/tools/imgtool/stream.h
index b798501cd1b..fedf899a96e 100644
--- a/src/mess/tools/imgtool/stream.h
+++ b/src/mess/tools/imgtool/stream.h
@@ -12,7 +12,7 @@
#include "imgterrs.h"
#include "corefile.h"
-typedef struct _imgtool_stream imgtool_stream;
+struct imgtool_stream;
imgtool_stream *stream_open(const char *fname, int read_or_write); /* similar params to mame_fopen */
imgtool_stream *stream_open_write_stream(int filesize);