Cleanup armsrc/string.c and string.h (#964)
[legacy-proxmark3.git] / client / cmdhfmf.h
blobd7c981f438964352e88b5f39e35154fef3b86ff8
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2011 Merlok
3 //
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
6 // the license.
7 //-----------------------------------------------------------------------------
8 // High frequency MIFARE commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDHFMF_H__
12 #define CMDHFMF_H__
14 extern int CmdHFMF(const char *Cmd);
16 #endif