Fix invalid brain session id calculation and move sorting functions to shared.c

This commit is contained in:
Jens Steube
2020-05-11 11:52:36 +02:00
parent 08ea00020a
commit d5cd0a0030
7 changed files with 20 additions and 20 deletions
+3
View File
@@ -24,6 +24,9 @@
#include <sys/select.h>
#endif
int sort_by_string (const void *p1, const void *p2);
int sort_by_stringptr (const void *p1, const void *p2);
bool overflow_check_u32_add (const u32 a, const u32 b);
bool overflow_check_u32_mul (const u32 a, const u32 b);
bool overflow_check_u64_add (const u64 a, const u64 b);