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

Diff for /docbook2mdoc/Attic/extern.h between version 1.26 and 1.27

version 1.26, 2019/03/22 15:38:09 version 1.27, 2019/03/22 15:54:43
Line 1 
Line 1 
 #ifndef EXTERN_H  
 #define EXTERN_H  
   
 /*  /*
  * All recognised node types.   * All recognised node types.
  */   */
Line 131  enum attrval {
Line 128  enum attrval {
         ATTRVAL_REQ,          ATTRVAL_REQ,
         ATTRVAL__MAX          ATTRVAL__MAX
 };  };
   
 __BEGIN_DECLS  
   
 int isattrkey(enum nodeid node, enum attrkey key);  
 int isattrval(enum attrkey key, enum attrval val);  
   
 __END_DECLS  
   
 #endif  

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb