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 327c568..9658d1f 100644
--- a/src/node.h
+++ b/src/node.h
@@ -37,8 +37,8 @@ typedef struct {
} cmark_heading;
typedef struct {
- cmark_chunk url;
- cmark_chunk title;
+ unsigned char *url;
+ unsigned char *title;
} cmark_link;
typedef struct {