diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ struct cmark_node { } as; }; -int +CMARK_EXPORT int cmark_node_check(cmark_node *node); #ifdef __cplusplus |
![]() |
index : commonmark-rdf-spec | |
| Unnamed repository; edit this file 'description' to name the repository. | Jonas Smedegaard |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/node.h | 2 |
@@ -61,7 +61,7 @@ struct cmark_node { } as; }; -int +CMARK_EXPORT int cmark_node_check(cmark_node *node); #ifdef __cplusplus |