From 8788b9b33ec46e3f96170fb35a70a03addbf9671 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Wed, 10 Mar 2021 15:04:13 +0200 Subject: refactor && improve. Make code more reusable and generic while preparing to add uncached ops. Signed-off-by: Gediminas Jakutis --- src/datagen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/datagen.h') diff --git a/src/datagen.h b/src/datagen.h index 92a7878..92ed49a 100644 --- a/src/datagen.h +++ b/src/datagen.h @@ -7,7 +7,7 @@ #include "defs.h" -struct entry_l *gen_get_array(struct stream * const in); -struct entry_l *gen_get_list(struct stream * const in); +struct entry_l *gen_get_array(struct stream * const in, struct entry_l * const store); +struct entry_l *gen_get_list(struct stream * const in, struct entry_l * const store); #endif /* ALGOS_DATAGEN_H_INCLUDED */ -- cgit v1.2.3