From 7a245f05cb50791c13fb96e6ba26f6b2cb891732 Mon Sep 17 00:00:00 2001 From: Ellen Arvidsson Date: Fri, 11 Apr 2025 23:22:19 +0200 Subject: [PATCH] queuing --- include/spho/data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spho/data.h b/include/spho/data.h index 17f1541..2050387 100644 --- a/include/spho/data.h +++ b/include/spho/data.h @@ -30,7 +30,7 @@ struct spho_const_le { }; -SLIST_HEAD(spho_nom_l, struct spho_nom_le); -SLIST_HEAD(spho_const_l, struct spho_const_le); +SLIST_HEAD(spho_nom_l, spho_nom_le); +SLIST_HEAD(spho_const_l, spho_const_le); #endif