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);