From 9be4af55521d653cfb1c5037412e937f800888c7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 8 Jan 2017 18:52:14 +0000 Subject: Types fix, first pass Deeper fixes need to be done if the avltree.h API ever changes. --- src/minutils/s6ps_otree.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/minutils/s6ps_otree.c') diff --git a/src/minutils/s6ps_otree.c b/src/minutils/s6ps_otree.c index b5f72b4..447906e 100644 --- a/src/minutils/s6ps_otree.c +++ b/src/minutils/s6ps_otree.c @@ -4,6 +4,8 @@ #include #include "s6-ps.h" +/* XXX: need to change all the types if the libdatastruct API changes */ + typedef struct ptreeiter_s ptreeiter_t, *ptreeiter_t_ref ; struct ptreeiter_s { -- cgit v1.3.1