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

Diff for /pod2mdoc/dict.h between version 1.2 and 1.3

version 1.2, 2015/02/13 12:40:54 version 1.3, 2015/02/13 15:35:15
Line 18 
Line 18 
 enum mdoc_type {  enum mdoc_type {
         MDOC_Fa = 0,          MDOC_Fa = 0,
         MDOC_Fo,          MDOC_Fo,
           MDOC_Vt,
         MDOC_MAX          MDOC_MAX
 };  };
   
 void             dict_init(void);  void             dict_init(void);
 enum mdoc_type   dict_get(const char *, size_t);  enum mdoc_type   dict_get(const char *, size_t);
 void             dict_put(const char *, enum mdoc_type);  void             dict_put(const char *, size_t, enum mdoc_type);
 void             dict_destroy(void);  void             dict_destroy(void);

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

CVSweb