summaryrefslogtreecommitdiffhomepage
path: root/lib/xcoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xcoff.h')
-rw-r--r--lib/xcoff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/xcoff.h b/lib/xcoff.h
index 689c570..180b42a 100644
--- a/lib/xcoff.h
+++ b/lib/xcoff.h
@@ -49,4 +49,7 @@ typedef struct _xcoff_fork_header {
typedef xcoff_header_t xcoff_header64_t;
typedef xcoff_header_t xcoff_header32_t;
+xcoff_header_t* xcoff_parse_metadata(void);
+xcoff_fork_header_t* xcoff_parse_fork_metadata(void);
+
#endif // ifndef __XCOFF__