From 3040f7881accffd187b2defdc32d69543f73206d Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 29 Mar 2025 15:52:06 +0100 Subject: Render the tree using the original files --- src/parse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/parse.h') diff --git a/src/parse.h b/src/parse.h index 516b171..0de0d50 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,7 +1,8 @@ #include "leven.h" +#include // Chunk offsets for each node in the tree // chunks[nodeId] = start position of the tag in the original string // The end position is implicitly the start of the next tag or the end of the string -int parse_string(char *str, struct Tree *tree, size_t **chunks); +int parse_string(char *str, struct Tree *tree, ssize_t **chunks); -- cgit v1.2.3