[BACK]Return to term_private.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libterminfo

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

Diff for /src/lib/libterminfo/term_private.h between version 1.6 and 1.7

version 1.6, 2010/02/22 23:05:39 version 1.7, 2010/03/02 14:11:11
Line 143  typedef struct tic {
Line 143  typedef struct tic {
 } TIC;  } TIC;
   
 char *_ti_grow_tbuf(TBUF *, size_t);  char *_ti_grow_tbuf(TBUF *, size_t);
   char *_ti_get_token(char **, char);
 char *_ti_find_cap(TBUF *, char,  short);  char *_ti_find_cap(TBUF *, char,  short);
 char *_ti_find_extra(TBUF *, const char *);  char *_ti_find_extra(TBUF *, const char *);
 size_t _ti_store_extra(TIC *, int, char *, char, char, short,  size_t _ti_store_extra(TIC *, int, char *, char, char, short,

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>