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

Diff for /mandoc/libman.h between version 1.74 and 1.81

version 1.74, 2015/04/19 13:50:25 version 1.81, 2017/04/29 12:45:41
Line 17 
Line 17 
  */   */
   
 #define MACRO_PROT_ARGS   struct roff_man *man, \  #define MACRO_PROT_ARGS   struct roff_man *man, \
                           int tok, \                            enum roff_tok tok, \
                           int line, \                            int line, \
                           int ppos, \                            int ppos, \
                           int *pos, \                            int *pos, \
Line 34  struct man_macro {
Line 34  struct man_macro {
   
 extern  const struct man_macro *const man_macros;  extern  const struct man_macro *const man_macros;
   
 __BEGIN_DECLS  
   
 void              man_word_alloc(struct roff_man *, int, int, const char *);  void              man_node_validate(struct roff_man *);
 void              man_word_append(struct roff_man *, const char *);  void              man_state(struct roff_man *, struct roff_node *);
 void              man_block_alloc(struct roff_man *, int, int, int);  
 void              man_elem_alloc(struct roff_man *, int, int, int);  
 int               man_hash_find(const char *);  
 void              man_macroend(struct roff_man *);  
 void              man_valid_post(struct roff_man *);  
 void              man_unscope(struct roff_man *, const struct roff_node *);  void              man_unscope(struct roff_man *, const struct roff_node *);
   
 __END_DECLS  

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.81

CVSweb