mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
use more static and fix [-Wmissing-prototypes]
This commit is contained in:
parent
4572acc1eb
commit
5c55664fc5
23 changed files with 223 additions and 218 deletions
|
@ -1091,7 +1091,7 @@ static int read_nonce_file(char *filename) {
|
|||
}
|
||||
|
||||
|
||||
noncelistentry_t *SearchFor2ndByte(uint8_t b1, uint8_t b2) {
|
||||
static noncelistentry_t *SearchFor2ndByte(uint8_t b1, uint8_t b2) {
|
||||
noncelistentry_t *p = nonces[b1].first;
|
||||
while (p != NULL) {
|
||||
if ((p->nonce_enc >> 16 & 0xff) == b2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue