diff options
author | meri <meri@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-05-30 22:03:53 +0000 |
---|---|---|
committer | meri <meri@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-05-30 22:03:53 +0000 |
commit | f323012d879181580bec0cff312819d678ed2e56 (patch) | |
tree | 819d0bf93be5ff83b50f9d63c2f730c0b88b21aa /utils | |
parent | a91cd3d9e2a4e985c63850679e8242c6d08fed08 (diff) |
python support by Kushal Das
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1997 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'utils')
-rw-r--r-- | utils/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/common.c b/utils/common.c index 53acbdd..b286af6 100644 --- a/utils/common.c +++ b/utils/common.c @@ -15,6 +15,7 @@ #include <librfid/rfid_protocol_mifare_ul.h> #include "librfid-tool.h" +#include "common.h" const char * hexdump(const void *data, unsigned int len) @@ -85,7 +86,6 @@ int reader_init(void) int l2_init(int layer2) { - unsigned char buf[0x3f]; int rc; printf("opening layer2 handle\n"); |