[BACK]Return to extern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / tset

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/tset/extern.h between version 1.13 and 1.14

version 1.13, 2010/02/10 10:33:45 version 1.14, 2011/09/06 18:34:12
Line 34 
Line 34 
 extern struct termios mode, oldmode;  extern struct termios mode, oldmode;
 extern int ncolumns, isreset, nlines;  extern int ncolumns, isreset, nlines;
   
 void     add_mapping __P((const char *, char *));  void     add_mapping(const char *, char *);
 void     tset_cat __P((const char *));  void     tset_cat(const char *);
 const    char *get_terminfo_entry __P((const char *));  const    char *get_terminfo_entry(const char *);
 const    char *mapped __P((const char *));  const    char *mapped(const char *);
 int      outc __P((int));  int      outc(int);
 void     reset_mode __P((void));  void     reset_mode(void);
 void     set_control_chars __P((int, int, int));  void     set_control_chars(int, int, int);
 void     set_conversions __P((int));  void     set_conversions(int);
 void     set_init __P((void));  void     set_init(void);
 void     wrtermcap __P((char *));  void     wrtermcap(char *);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>