commit 75c46552adb23187282c7e794bd735f528eb1572 from: matthias date: Tue Aug 15 12:29:27 2006 UTC Added global list *lst for the mach-o header commit - 8f83b6ced515f8b23a776538ed59e35936f89d1c commit + 75c46552adb23187282c7e794bd735f528eb1572 blob - 43530b76e43cd58d6f0db158cc2bacbf6de21667 blob + 4fc678763c17e097ceeabb33bed62b786a35b5b7 --- dermob.h +++ dermob.h @@ -50,4 +50,7 @@ int bo_b; // Size in bytes of the binary size_t size; + +struct list *lst; + #endif