X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bd20f8f47847787e1f3e933043933272908c5beb..b98827ffc3b2d8ced5e750d763f077c509641e5c:/include/legic_prng.h diff --git a/include/legic_prng.h b/include/legic_prng.h index 887d7d91..b9e778a6 100644 --- a/include/legic_prng.h +++ b/include/legic_prng.h @@ -12,7 +12,7 @@ #include extern void legic_prng_init(uint8_t init); extern void legic_prng_forward(int count); +extern uint32_t legic_prng_count(); extern uint8_t legic_prng_get_bit(); - #endif