]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/bucketsort.h
CHG: my idea of malloc and free for bucketsort didn't work so well. Back to the...
[proxmark3-svn] / common / bucketsort.h
index 399277c128cbeb70d9259e01dba198df9971e432..d5423aa5d8fd1e18663df46a57b51443f551a357 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef BUCKETSORT_H__
 #define BUCKETSORT_H__
 #include <stdint.h>
-#include <stdbool.h>
 #include <stdlib.h>
 typedef struct bucket {
        uint32_t *head;
@@ -17,9 +16,6 @@ typedef struct bucket_info {
                uint32_t numbuckets;
 } bucket_info_t;
 
-
-bool bucket_malloc(bucket_array_t bucket);
-void bucket_free(bucket_array_t bucket);
 void bucket_sort_intersect(uint32_t* const estart, uint32_t* const estop,
                                                                  uint32_t* const ostart, uint32_t* const ostop,
                                                                  bucket_info_t *bucket_info, bucket_array_t bucket);
Impressum, Datenschutz