X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f7e3ed82874bfd8951c90536bd7185d599d6dbf8..d3b1f4e40663dd3f663713ac38c724e11a8e1ae8:/armsrc/apps.h diff --git a/armsrc/apps.h b/armsrc/apps.h index 8e4b9bfa..c3d3bae1 100644 --- a/armsrc/apps.h +++ b/armsrc/apps.h @@ -1,7 +1,12 @@ //----------------------------------------------------------------------------- -// Definitions internal to the app source. // Jonathan Westhues, Aug 2005 -// Added ISO14443-A support by Gerhard de Koning Gans, April 2008 +// Gerhard de Koning Gans, April 2008 +// +// This code is licensed to you under the terms of the GNU GPL, version 2 or, +// at your option, any later version. See the LICENSE.txt file for the text of +// the license. +//----------------------------------------------------------------------------- +// Definitions internal to the app source. //----------------------------------------------------------------------------- #ifndef __APPS_H @@ -94,7 +99,7 @@ void SnoopIso14443(void); /// iso14443a.h void SnoopIso14443a(void); void SimulateIso14443aTag(int tagType, int TagUid); // ## simulate iso14443a tag -void ReaderIso14443a(uint32_t parameter); +void ReaderIso14443a(UsbCommand * c, UsbCommand * ack); void ReaderMifare(uint32_t parameter); /// iso15693.h