Commit Diff


commit - d327f82dc8b24864622c023af541bf6ab8491a18
commit + 9a8f93f81bbded53127fa93f9eae425e9985e7f8
blob - 45c81d59d941f17582c9f885361b2184bcc3b29c
blob + 802a366ca1941b2735bb7e3b8a1db5672ab3d109
--- defs.h
+++ defs.h
@@ -9,8 +9,13 @@ void print_load_command(struct load_command *);
 void print_mo_header(struct mach_header *);
 void print_fat_header(struct fat_header *);
 void print_fat_arch(struct fat_arch *);
+void print_lc_towlevel_hints(struct twolevel_hints_command *two);
 void display_cmd_name(int);
 void display_cpu_arch(int);
+void print_lc_towlevel_hints(struct twolevel_hints_command *two);
+void print_lc_dysymtab(struct dysymtab_command *dsym);
+void print_lc_load_dylib(struct dylib_command *dly);
+void print_lc_segment(struct segment_command *sc);
 void mprintf(const char *fmt, ...);
 int get_cpu_information();
 int get_bo_information();