summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node.h b/src/node.h
index 9658d1f..b557f12 100644
--- a/src/node.h
+++ b/src/node.h
@@ -42,8 +42,8 @@ typedef struct {
} cmark_link;
typedef struct {
- cmark_chunk on_enter;
- cmark_chunk on_exit;
+ unsigned char *on_enter;
+ unsigned char *on_exit;
} cmark_custom;
enum cmark_node__internal_flags {