mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
More void, fixing "function declaration is not a prototype" [-Wstrict-prototypes]
This commit is contained in:
parent
7f76fea21a
commit
c10e47f8a9
2 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <stdint.h>
|
||||
void legic_prng_init(uint8_t iv);
|
||||
void legic_prng_forward(int count);
|
||||
uint8_t legic_prng_get_bit();
|
||||
uint8_t legic_prng_get_bit(void);
|
||||
uint32_t legic_prng_get_bits(uint8_t len);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue