summaryrefslogtreecommitdiffstats
path: root/libmandoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmandoc.h')
-rw-r--r--libmandoc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmandoc.h b/libmandoc.h
index 0fb70f86..16af3553 100644
--- a/libmandoc.h
+++ b/libmandoc.h
@@ -28,8 +28,9 @@ enum rofferr {
};
struct buf {
- char *buf;
- size_t sz;
+ char *buf;
+ size_t sz;
+ struct buf *next;
};