X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4f131b53ea7e9a66f5c7269fc35b11f8038cbf3e..a749b1e58b3e2739460a982ca180d79012ab62c8:/client/cmdhflist.h diff --git a/client/cmdhflist.h b/client/cmdhflist.h index 138e5590..3187440f 100644 --- a/client/cmdhflist.h +++ b/client/cmdhflist.h @@ -1,4 +1,5 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2010 iZsh // Copyright (C) Merlok - 2017 // // This code is licensed to you under the terms of the GNU GPL, version 2 or, @@ -7,5 +8,9 @@ //----------------------------------------------------------------------------- // Command: hf mf list. It shows data from arm buffer. //----------------------------------------------------------------------------- +#ifndef CMDHFLIST_H +#define CMDHFLIST_H +extern int CmdHFList(const char *Cmd); +#endif // CMDHFLIST_H