mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Add DOM_NODE_UNKNOWN node type for internal purposes only
This commit is contained in:
parent
771a2eea82
commit
f35026ecfb
@ -8,6 +8,8 @@
|
||||
struct dom_node_list;
|
||||
|
||||
enum dom_node_type {
|
||||
DOM_NODE_UNKNOWN = 0, /* for internal purpose only */
|
||||
|
||||
DOM_NODE_ELEMENT = 1,
|
||||
DOM_NODE_ATTRIBUTE = 2,
|
||||
DOM_NODE_TEXT = 3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user