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

Diff for /mandoc/Attic/private.h between version 1.41 and 1.42

version 1.41, 2008/12/15 01:54:58 version 1.42, 2008/12/15 03:13:01
Line 27  struct mdoc {
Line 27  struct mdoc {
         void             *htab;          void             *htab;
         struct mdoc_node *last;          struct mdoc_node *last;
         struct mdoc_node *first;          struct mdoc_node *first;
   
           enum mdoc_sec     sec_lastn;
           enum mdoc_sec     sec_last;
 };  };
   
 struct  mdoc_macro {  struct  mdoc_macro {
Line 43  __BEGIN_DECLS
Line 46  __BEGIN_DECLS
 int               mdoc_err(struct mdoc *, int, int, enum mdoc_err);  int               mdoc_err(struct mdoc *, int, int, enum mdoc_err);
 int               mdoc_warn(struct mdoc *, int, int, enum mdoc_warn);  int               mdoc_warn(struct mdoc *, int, int, enum mdoc_warn);
 void              mdoc_msg(struct mdoc *, int, const char *, ...);  void              mdoc_msg(struct mdoc *, int, const char *, ...);
   
 int               mdoc_macro(struct mdoc *, int, int, int *, char *);  int               mdoc_macro(struct mdoc *, int, int, int *, char *);
 int               mdoc_find(const struct mdoc *, const char *);  int               mdoc_find(const struct mdoc *, const char *);
   
 void              mdoc_word_alloc(struct mdoc *, int, const char *);  void              mdoc_word_alloc(struct mdoc *, int, const char *);
 void              mdoc_elem_alloc(struct mdoc *, int, int,  void              mdoc_elem_alloc(struct mdoc *, int, int,
                         size_t, const struct mdoc_arg *,                          size_t, const struct mdoc_arg *,
Line 56  void    mdoc_block_alloc(struct mdoc *, int, int, 
Line 57  void    mdoc_block_alloc(struct mdoc *, int, int, 
 void              mdoc_head_alloc(struct mdoc *,  void              mdoc_head_alloc(struct mdoc *,
                         int, int, size_t, const char **);                          int, int, size_t, const char **);
 void              mdoc_body_alloc(struct mdoc *, int, int);  void              mdoc_body_alloc(struct mdoc *, int, int);
   
 void              mdoc_node_free(struct mdoc_node *);  void              mdoc_node_free(struct mdoc_node *);
   
 void              mdoc_sibling(struct mdoc *, int, struct mdoc_node **,  void              mdoc_sibling(struct mdoc *, int, struct mdoc_node **,
                         struct mdoc_node **, struct mdoc_node *);                          struct mdoc_node **, struct mdoc_node *);
   
 void             *mdoc_hash_alloc(void);  void             *mdoc_hash_alloc(void);
 int               mdoc_hash_find(const void *, const char *);  int               mdoc_hash_find(const void *, const char *);
 void              mdoc_hash_free(void *);  void              mdoc_hash_free(void *);
   int               mdoc_isdelim(const char *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb