From acf0b7a45171555eba2c10a6ef84f915c62f6791 Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 24 Aug 2020 09:37:43 +0930 Subject: * 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 --- src/htbt-worker.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/htbt-worker.h (limited to 'src/htbt-worker.h') 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 -#include -#include - - -bool prne_alloc_htbt_worker (prne_worker_t *w); -- cgit