aboutsummaryrefslogtreecommitdiff
path: root/include/mach.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach.h')
-rw-r--r--include/mach.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mach.h b/include/mach.h
index 62fcf73a..79d8ac08 100644
--- a/include/mach.h
+++ b/include/mach.h
@@ -293,11 +293,12 @@ void uncrackhdr(Fhdr *hdr);
int crackelf(int fd, Fhdr *hdr);
int crackmacho(int fd, Fhdr *hdr);
-int syminit(Fhdr*);
+int symopen(Fhdr*);
int symdwarf(Fhdr*);
int symelf(Fhdr*);
int symstabs(Fhdr*);
int symmacho(Fhdr*);
+void symclose(Fhdr*);
int mapfile(Fhdr *fp, ulong base, Map *map, Regs **regs);
void unmapfile(Fhdr *fp, Map *map);