summaryrefslogtreecommitdiff
path: root/src/chunk.h
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2015-05-09 15:57:35 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2015-05-14 14:36:01 +0200
commitda23f80b53d47c76a85ba163cb0fb426050f3738 (patch)
tree6e63fe0cead79a82f8d1ce27ef0b68e7d4114b27 /src/chunk.h
parentbc5f16f146558a1faf9be6abe034755421f6ecce (diff)
Store link URL and title as cmark_chunk
Diffstat (limited to 'src/chunk.h')
-rw-r--r--src/chunk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chunk.h b/src/chunk.h
index 54c4b16..8b4333a 100644
--- a/src/chunk.h
+++ b/src/chunk.h
@@ -7,6 +7,8 @@
#include "cmark_ctype.h"
#include "buffer.h"
+#define CMARK_CHUNK_EMPTY { NULL, 0, 0 }
+
typedef struct {
unsigned char *data;
int len;