diff options
author | David Timber <mieabby@gmail.com> | 2020-08-24 09:37:43 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-08-24 10:05:29 +0930 |
commit | acf0b7a45171555eba2c10a6ef84f915c62f6791 (patch) | |
tree | 7253e8d86a199948530671c8bf59ecbb2c6e08f8 /src/htbt-worker.h | |
parent | 076671e7aa28451de087088c2e47f9e6064ae434 (diff) |
* htbt checkpoint
* Change PRNE_BUILD_ENTROPY to uint8_t array
* endian.h problem
* Remove "-I." CFLAG added by Automake ()
* Moved endian conversion macros to endian.h
* Moved DNS server config from config.h to resolv.h to reduce compile time
* Refactor resolv_ensure_act_dns_fd() to reduce binary size
Diffstat (limited to 'src/htbt-worker.h')
-rw-r--r-- | src/htbt-worker.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/htbt-worker.h b/src/htbt-worker.h deleted file mode 100644 index 9d4ac33..0000000 --- a/src/htbt-worker.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once -#include "worker.h" - -#include <stddef.h> -#include <stdbool.h> -#include <stdint.h> - - -bool prne_alloc_htbt_worker (prne_worker_t *w); |