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

Diff for /mandoc/libmdoc.h between version 1.64 and 1.65

version 1.64, 2011/03/17 01:23:28 version 1.65, 2011/03/17 09:16:38
Line 81  enum margverr {
Line 81  enum margverr {
         ARGV_WORD          ARGV_WORD
 };  };
   
 enum    mdelim {  
         DELIM_NONE = 0,  
         DELIM_OPEN,  
         DELIM_MIDDLE,  
         DELIM_CLOSE  
 };  
   
 extern  const struct mdoc_macro *const mdoc_macros;  extern  const struct mdoc_macro *const mdoc_macros;
   
 __BEGIN_DECLS  __BEGIN_DECLS
Line 114  int    mdoc_endbody_alloc(struct mdoc *m, int line, in
Line 107  int    mdoc_endbody_alloc(struct mdoc *m, int line, in
 void              mdoc_node_delete(struct mdoc *, struct mdoc_node *);  void              mdoc_node_delete(struct mdoc *, struct mdoc_node *);
 void              mdoc_hash_init(void);  void              mdoc_hash_init(void);
 enum mdoct        mdoc_hash_find(const char *);  enum mdoct        mdoc_hash_find(const char *);
 #define DELIMSZ   6 /* maximum size of a delimiter string */  
 enum mdelim       mdoc_isdelim(const char *);  
 size_t            mdoc_isescape(const char *);  size_t            mdoc_isescape(const char *);
 enum    mdoc_sec  mdoc_str2sec(const char *);  enum    mdoc_sec  mdoc_str2sec(const char *);
 time_t            mdoc_atotime(const char *);  time_t            mdoc_atotime(const char *);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb