X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Fao-dbg%2Fao-dbg.h;h=c1789d10e30cfb930f380c7089763b05b51fecce;hb=1495e2f27acde3743c3764a0c31ee082224d6c64;hp=f4dcce66d259b6ea20159daaddea9fa1acb879eb;hpb=1c2a0b6653623b689d68d7349a6b2dce3e20a4a6;p=fw%2Faltos diff --git a/ao-tools/ao-dbg/ao-dbg.h b/ao-tools/ao-dbg/ao-dbg.h index f4dcce66..c1789d10 100644 --- a/ao-tools/ao-dbg/ao-dbg.h +++ b/ao-tools/ao-dbg/ao-dbg.h @@ -22,6 +22,7 @@ extern char *s51_prompt; extern struct ccdbg *s51_dbg; extern int s51_interrupted; extern int s51_monitor; +extern char *s51_tty; enum command_result { command_success, command_debug, command_syntax, command_interrupt, command_error,