summaryrefslogtreecommitdiff
blob: 76e3507eea66ea24fd2632a2d21cd95eee7200b5 (plain)
1
2
3
4
5
6
7
8
#ifndef _ZoO_CORE_INDEX_H_
#define _ZoO_CORE_INDEX_H_

#include "index_types.h"

ZoO_index ZoO_index_random_up_to (const ZoO_index limit);

#endif