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

Diff for /mandoc/Attic/terminal.c between version 1.6 and 1.7

version 1.6, 2009/03/22 19:10:48 version 1.7, 2009/03/23 15:20:51
Line 76  ascii_alloc(void)
Line 76  ascii_alloc(void)
   
   
 int  int
 terminal_run(void *arg, const struct mdoc *mdoc)  terminal_run(void *arg, const struct man *man,
                   const struct mdoc *mdoc)
 {  {
         struct termp    *p;          struct termp    *p;
   
           if (NULL == mdoc)
                   return(1);
   
         p = (struct termp *)arg;          p = (struct termp *)arg;
   

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

CVSweb