--- upstream/dynamips-0.2.6-RC5/dev_vtty.h 2007/10/06 16:09:07 6 +++ upstream/dynamips-0.2.7-RC1/dev_vtty.h 2007/10/06 16:23:47 7 @@ -1,5 +1,5 @@ /* - * Cisco 7200 (Predator) simulation platform. + * Cisco router simulation platform. * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr) * * Virtual console TTY. @@ -99,6 +99,9 @@ /* print a character to vtty */ void vtty_put_char(vtty_t *vtty, char ch); +/* Put a buffer to vtty */ +void vtty_put_buffer(vtty_t *vtty,char *buf,size_t len); + /* Flush VTTY output */ void vtty_flush(vtty_t *vtty);