/[dynamips]/upstream/dynamips-0.2.7-RC1/dev_vtty.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.7-RC1/dev_vtty.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.6-RC5/dev_vtty.h revision 6 by dpavlin, Sat Oct 6 16:09:07 2007 UTC upstream/dynamips-0.2.7-RC1/dev_vtty.h revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   * Cisco 7200 (Predator) simulation platform.   * Cisco router simulation platform.
3   * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)   * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4   *   *
5   * Virtual console TTY.   * Virtual console TTY.
# Line 99  int vtty_get_char(vtty_t *vtty); Line 99  int vtty_get_char(vtty_t *vtty);
99  /* print a character to vtty */  /* print a character to vtty */
100  void vtty_put_char(vtty_t *vtty, char ch);  void vtty_put_char(vtty_t *vtty, char ch);
101    
102    /* Put a buffer to vtty */
103    void vtty_put_buffer(vtty_t *vtty,char *buf,size_t len);
104    
105  /* Flush VTTY output */  /* Flush VTTY output */
106  void vtty_flush(vtty_t *vtty);  void vtty_flush(vtty_t *vtty);
107    

Legend:
Removed from v.6  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26