diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-18 00:12:27 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-17 21:43:47 -0800 |
commit | 59fd5633da5395cbd3627af4a2ab855dc43ce1e0 (patch) | |
tree | 89da7422572556dc2ac911a78889431f14db107b /src/node.h | |
parent | c38944d4565b6266b3ab1fd6fd576710fdec420b (diff) |
Set prev, parent and last_child for inlines
Diffstat (limited to 'src/node.h')
-rw-r--r-- | src/node.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,6 +62,9 @@ struct cmark_node { } as; }; +int +cmark_node_check(cmark_node *node); + #ifdef __cplusplus } #endif |