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

Diff for /mandoc/main.c between version 1.233 and 1.234

version 1.233, 2015/04/16 16:36:21 version 1.234, 2015/04/18 16:06:40
Line 58  enum outmode {
Line 58  enum outmode {
         OUTMODE_ONE          OUTMODE_ONE
 };  };
   
 typedef void            (*out_mdoc)(void *, const struct mdoc *);  typedef void            (*out_mdoc)(void *, const struct roff_man *);
 typedef void            (*out_man)(void *, const struct man *);  typedef void            (*out_man)(void *, const struct roff_man *);
 typedef void            (*out_free)(void *);  typedef void            (*out_free)(void *);
   
 enum    outt {  enum    outt {
Line 632  static void
Line 632  static void
 parse(struct curparse *curp, int fd, const char *file)  parse(struct curparse *curp, int fd, const char *file)
 {  {
         enum mandoclevel  rctmp;          enum mandoclevel  rctmp;
         struct mdoc      *mdoc;          struct roff_man  *mdoc;
         struct man       *man;          struct roff_man  *man;
   
         /* Begin by parsing the file itself. */          /* Begin by parsing the file itself. */
   

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234

CVSweb