From 8b549a62142839c7e184939fe56850987dded578 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 7 Jan 2005 20:45:11 +0000 Subject: symopen --- include/mach.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3