From b900469e4780cdd77eb0c2f869367564f682641c Mon Sep 17 00:00:00 2001 From: Patrick Siegl Date: Sun, 31 Mar 2019 23:56:53 +0200 Subject: [PATCH] Remote unrequired struct --- software/libinfnoise_private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/software/libinfnoise_private.h b/software/libinfnoise_private.h index 214687b..9fbc4bf 100644 --- a/software/libinfnoise_private.h +++ b/software/libinfnoise_private.h @@ -54,7 +54,6 @@ extern double inmK, inmExpectedEntropyPerBit; bool initializeUSB(struct ftdi_context *ftdic, const char **message,char *serial); void prepareOutputBuffer(); -struct timespec; double diffTime(struct timespec *start, struct timespec *end); uint32_t extractBytes(uint8_t *bytes, uint32_t length, uint8_t *inBuf, const char **message, bool *errorFlag);