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

Diff for /mandoc/Attic/xml.c between version 1.12 and 1.13

version 1.12, 2008/12/03 21:27:56 version 1.13, 2008/12/04 11:25:29
Line 31  static ssize_t  xml_begintag(struct md_mbuf *, 
Line 31  static ssize_t  xml_begintag(struct md_mbuf *, 
                                 const struct md_args *,                                  const struct md_args *,
                                 enum md_ns, int,                                  enum md_ns, int,
                                 const int *, const char **);                                  const int *, const char **);
 static  int             xml_begin(struct md_mbuf *,  static  int             xml_begin(struct md_mbuf *,
                                 const struct md_args *);                                  const struct md_args *,
                                   const struct tm *,
                                   const char *, const char *,
                                   const char *, const char *);
 static  int             xml_end(struct md_mbuf *,  static  int             xml_end(struct md_mbuf *,
                                 const struct md_args *);                                  const struct md_args *);
   
   
 /* ARGSUSED */  /* ARGSUSED */
 static int  static int
 xml_begin(struct md_mbuf *mbuf, const struct md_args *args)  xml_begin(struct md_mbuf *mbuf, const struct md_args *args,
                   const struct tm *tm, const char *os,
                   const char *title, const char *section,
                   const char *vol)
 {  {
         size_t           res;          size_t           res;
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb