diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-17 19:43:56 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2008-03-17 19:43:56 +0000 |
commit | 00488946bbaca6575b5a36afd56d8a3b75b7bb43 (patch) | |
tree | 420f86234048bfea0cffa2e656a6e28ae3d8915e /openpicc/application/iso14443a_pretender.h | |
parent | a18b831b839da7c22eb31d3116038ffc8637e3d5 (diff) |
Add dynamic UID, nonce encoding on the fly
git-svn-id: https://svn.openpcd.org:2342/trunk@462 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/iso14443a_pretender.h')
-rw-r--r-- | openpicc/application/iso14443a_pretender.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openpicc/application/iso14443a_pretender.h b/openpicc/application/iso14443a_pretender.h index 675a2e6..0d7042b 100644 --- a/openpicc/application/iso14443a_pretender.h +++ b/openpicc/application/iso14443a_pretender.h @@ -1,6 +1,7 @@ #ifndef ISO14443A_PRETENDER_H_ #define ISO14443A_PRETENDER_H_ -void iso14443a_pretender (void *pvParameters); +extern void iso14443a_pretender (void *pvParameters); +extern int set_UID(u_int8_t *uid, size_t len); #endif /*ISO14443A_PRETENDER_H_*/ |