summaryrefslogtreecommitdiff
path: root/mz/mz_header.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mz/mz_header.hpp')
-rw-r--r--mz/mz_header.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mz/mz_header.hpp b/mz/mz_header.hpp
index fd42b43..9bef928 100644
--- a/mz/mz_header.hpp
+++ b/mz/mz_header.hpp
@@ -39,7 +39,7 @@ struct MZHeader {
Value16 overlay_number;
};
-MZHeader parse_file(std::istream& is);
+MZHeader parse_header(std::istream& is);
std::ostream& operator<<(std::ostream& os, MZHeader const& header);