Skip to content

Commit

Permalink
Remote unrequired struct
Browse files Browse the repository at this point in the history
  • Loading branch information
psiegl committed Mar 31, 2019
1 parent de7b6be commit b900469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion software/libinfnoise_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit b900469

Please sign in to comment.