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

Diff for /mandoc/term.h between version 1.1 and 1.2

version 1.1, 2009/02/21 19:05:28 version 1.2, 2009/02/21 21:00:06
Line 42  struct termact {
Line 42  struct termact {
         int             (*pre)(struct termp *,          int             (*pre)(struct termp *,
                                 const struct mdoc_meta *,                                  const struct mdoc_meta *,
                                 const struct mdoc_node *);                                  const struct mdoc_node *);
         int             (*post)(struct termp *,          void            (*post)(struct termp *,
                                 const struct mdoc_meta *,                                  const struct mdoc_meta *,
                                 const struct mdoc_node *);                                  const struct mdoc_node *);
 };  };
   
   void                      termprint(const struct mdoc_node *,
                                   const struct mdoc_meta *);
   
 void                      newln(struct termp *);  void                      newln(struct termp *);
 void                      vspace(struct termp *);  void                      vspace(struct termp *);
 void                      word(struct termp *, const char *);  void                      word(struct termp *, const char *);
 void                      flushln(struct termp *);  void                      flushln(struct termp *);
   void                      transcode(struct termp *,
                                   const char *, size_t);
   
 const   struct termact   *termacts;  const   struct termact   *termacts;
   

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

CVSweb