X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bd20f8f47847787e1f3e933043933272908c5beb..5d554ea67f5de3e1f99ce13478a2f8a10c18ccd7:/include/legic_prng.h?ds=sidebyside diff --git a/include/legic_prng.h b/include/legic_prng.h index 887d7d91..36c6d550 100644 --- a/include/legic_prng.h +++ b/include/legic_prng.h @@ -12,6 +12,7 @@ #include extern void legic_prng_init(uint8_t init); extern void legic_prng_forward(int count); +extern int legic_prng_count(); extern uint8_t legic_prng_get_bit(); #endif