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

Diff for /mandoc/Attic/html4_strict.c between version 1.7 and 1.8

version 1.7, 2008/11/24 14:24:55 version 1.8, 2008/11/25 12:14:02
Line 23 
Line 23 
 #include "private.h"  #include "private.h"
   
   
   /* ARGSUSED */
 int  int
 md_line_html4_strict(void *data, char *buf, size_t sz)  md_line_html4_strict(void *data, char *buf, size_t sz)
 {  {
Line 31  md_line_html4_strict(void *data, char *buf, size_t sz)
Line 32  md_line_html4_strict(void *data, char *buf, size_t sz)
 }  }
   
   
   /* ARGSUSED */
 int  int
 md_exit_html4_strict(void *data, int flush)  md_exit_html4_strict(void *data, int flush)
 {  {
Line 39  md_exit_html4_strict(void *data, int flush)
Line 41  md_exit_html4_strict(void *data, int flush)
 }  }
   
   
   /* ARGSUSED */
 void *  void *
 md_init_html4_strict(const struct md_args *args,  md_init_html4_strict(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.7  
changed lines
  Added in v.1.8

CVSweb