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

Diff for /mandoc/libman.h between version 1.47 and 1.49

version 1.47, 2011/03/20 16:02:05 version 1.49, 2011/03/23 12:33:01
Line 17 
Line 17 
 #ifndef LIBMAN_H  #ifndef LIBMAN_H
 #define LIBMAN_H  #define LIBMAN_H
   
 #include "man.h"  
   
 enum    man_next {  enum    man_next {
         MAN_NEXT_SIBLING = 0,          MAN_NEXT_SIBLING = 0,
         MAN_NEXT_CHILD          MAN_NEXT_CHILD
Line 69  __BEGIN_DECLS
Line 67  __BEGIN_DECLS
 int               man_word_alloc(struct man *, int, int, const char *);  int               man_word_alloc(struct man *, int, int, const char *);
 int               man_block_alloc(struct man *, int, int, enum mant);  int               man_block_alloc(struct man *, int, int, enum mant);
 int               man_head_alloc(struct man *, int, int, enum mant);  int               man_head_alloc(struct man *, int, int, enum mant);
   int               man_tail_alloc(struct man *, int, int, enum mant);
 int               man_body_alloc(struct man *, int, int, enum mant);  int               man_body_alloc(struct man *, int, int, enum mant);
 int               man_elem_alloc(struct man *, int, int, enum mant);  int               man_elem_alloc(struct man *, int, int, enum mant);
 void              man_node_delete(struct man *, struct man_node *);  void              man_node_delete(struct man *, struct man_node *);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.49

CVSweb