summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-02-03 22:20:35 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-02-03 22:20:35 +0100
commitee26b8ff850add4f83b912635a71dbde06f268d1 (patch)
treeada230a0d34aaf2a0e9fbecadde0bdf0dcdf1da4 /src/core/index.h
parent1dafef5fdf9d98b38cbe717b8a220d721f0ebea8 (diff)
Continuing Implementation...
Diffstat (limited to 'src/core/index.h')
-rw-r--r--src/core/index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/index.h b/src/core/index.h
index eb3c471..bd77cb4 100644
--- a/src/core/index.h
+++ b/src/core/index.h
@@ -21,4 +21,6 @@ ZoO_index ZoO_index_random (void);
@*/
ZoO_index ZoO_index_random_up_to (const ZoO_index limit);
+int ZoO_index_cmp (const ZoO_index a, const ZoO_index b);
+
#endif