summaryrefslogtreecommitdiff
path: root/src/common/entropy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/entropy.h')
-rw-r--r--src/common/entropy.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/entropy.h b/src/common/entropy.h
index f747149..b677a77 100644
--- a/src/common/entropy.h
+++ b/src/common/entropy.h
@@ -25,12 +25,15 @@
#define _COMMON_ENTROPY_H
+#include <stdbool.h>
+
+
#include "../arch/archbase.h"
/* Détermine l'entropie d'un contenu binaire. */
-double compute_entropy(const bin_t *, size_t);
+double compute_entropy(const bin_t *, size_t, bool);