[BACK]Return to terminal.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/terminal.c between version 1.1 and 1.2

version 1.1, 2009/03/19 16:17:27 version 1.2, 2009/03/19 16:40:49
Line 24 
Line 24 
   
 #include "term.h"  #include "term.h"
   
   #ifdef __linux__
   extern  size_t            strlcpy(char *, const char *, size_t);
   extern  size_t            strlcat(char *, const char *, size_t);
   #endif
   
 static  struct termp     *termp_alloc(enum termenc);  static  struct termp     *termp_alloc(enum termenc);
 static  void              termp_free(struct termp *);  static  void              termp_free(struct termp *);
 static  void              termp_body(struct termp *, struct termpair *,  static  void              termp_body(struct termp *, struct termpair *,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb