FreeCalypso > hg > freecalypso-reveng
diff ticoff/main.c @ 75:1a23ff9a81de
tiobjd: dumpsym implemented
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 25 Mar 2014 20:38:31 +0000 |
parents | c15cd3d695c0 |
children | 590396e27e96 |
line wrap: on
line diff
--- a/ticoff/main.c Tue Mar 25 18:55:36 2014 +0000 +++ b/ticoff/main.c Tue Mar 25 20:38:31 2014 +0000 @@ -9,6 +9,7 @@ #include <strings.h> #include "globals.h" +extern int cmd_dumpsym(); extern int cmd_sechdr(); extern int dump_filehdr_info(); @@ -16,6 +17,7 @@ char *cmd; int (*func)(); } cmdtab[] = { + {"dumpsym", cmd_dumpsym}, {"hdr", dump_filehdr_info}, {"sechdr", cmd_sechdr}, {0, 0}