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

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

version 1.1, 2008/12/10 14:42:46 version 1.2, 2008/12/10 16:03:12
Line 19 
Line 19 
 #include <assert.h>  #include <assert.h>
 #include <err.h>  #include <err.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <string.h>
   
 #include "private.h"  #include "private.h"
   
Line 86  md_line_noop(void *data, char *buf)
Line 87  md_line_noop(void *data, char *buf)
 }  }
   
   
   /* ARGSUSED */
 void *  void *
 md_init_noop(const struct md_args *args,  md_init_noop(const struct md_args *args,
                 struct md_mbuf *mbuf, const struct md_rbuf *rbuf)                  struct md_mbuf *mbuf, const struct md_rbuf *rbuf)

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

CVSweb