X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b0127e65f1bef754e0ac72893e2ba99f9ca7f106..5acd09bdfb9b3777585f3875190e942e259a98f0:/client/cmdhfepa.h diff --git a/client/cmdhfepa.h b/client/cmdhfepa.h new file mode 100644 index 00000000..94ad7d23 --- /dev/null +++ b/client/cmdhfepa.h @@ -0,0 +1,18 @@ +//----------------------------------------------------------------------------- +// Copyright (C) 2012 Frederik Möllers +// +// 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. +//----------------------------------------------------------------------------- +// Commands related to the German electronic Identification Card +//----------------------------------------------------------------------------- + +#ifndef CMDHFEPA_H__ +#define CMDHFEPA_H__ + +int CmdHFEPA(const char *Cmd); + +int CmdHFEPACollectPACENonces(const char *Cmd); + +#endif // CMDHFEPA_H__