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

Diff for /pod2mdoc/dict.h between version 1.1 and 1.4

version 1.1, 2015/02/13 00:44:16 version 1.4, 2015/02/19 10:59:35
Line 16 
Line 16 
  */   */
   
 enum mdoc_type {  enum mdoc_type {
         MDOC_Fo = 0,          MDOC_Dv = 0,
           MDOC_Fa,
           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.1  
changed lines
  Added in v.1.4

CVSweb