=================================================================== RCS file: /cvs/docbook2mdoc/Attic/extern.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- docbook2mdoc/Attic/extern.h 2014/04/02 07:52:14 1.13 +++ docbook2mdoc/Attic/extern.h 2014/04/02 10:06:14 1.14 @@ -8,6 +8,7 @@ enum nodeid { NODE_ROOT = 0, /* Must comes first. */ /* Alpha-ordered hereafter. */ NODE_ACRONYM, + NODE_APPLICATION, NODE_ARG, NODE_CITEREFENTRY, NODE_CMDSYNOPSIS,