summaryrefslogtreecommitdiff
path: root/dtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dtc.h')
-rw-r--r--dtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dtc.h b/dtc.h
index 51c03ef..bb769d2 100644
--- a/dtc.h
+++ b/dtc.h
@@ -108,6 +108,8 @@ struct data {
for_each_marker(m) \
if ((m)->type == (t))
+size_t type_marker_length(struct marker *m);
+
void data_free(struct data d);
struct data data_grow_for(struct data d, int xlen);