From 01c757e09afbc6ae401a56e9f588b21cea54b613 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Mon, 6 Nov 2017 18:27:28 +0000 Subject: Add nem_ull with shuffle --- include/common.h | 1 + include/nem_ull.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/common.h b/include/common.h index b188955..f00a269 100644 --- a/include/common.h +++ b/include/common.h @@ -17,5 +17,6 @@ double dist_items(struct item *, struct item *); int len_front(struct front_item *); int cmp_items_ratio(const void * a, const void * b); int cmp_items_random(const void * a, const void * b); +void shuffle_items(struct data *, int); #endif diff --git a/include/nem_ull.h b/include/nem_ull.h index fd1b829..5e86c1f 100644 --- a/include/nem_ull.h +++ b/include/nem_ull.h @@ -5,5 +5,6 @@ struct front_item * nem_ull(struct data *); struct front_item * nem_ull_step(struct front_item *, struct data *, int); +struct front_item * nem_ull_online_shuffle(struct data *, int); #endif -- cgit v1.2.3