]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfindala.h
split lf indala[cmd] to lf indala [cmd]
[proxmark3-svn] / client / cmdlfindala.h
diff --git a/client/cmdlfindala.h b/client/cmdlfindala.h
new file mode 100644 (file)
index 0000000..7850241
--- /dev/null
@@ -0,0 +1,18 @@
+//-----------------------------------------------------------------------------
+//
+// 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.
+//-----------------------------------------------------------------------------
+// Low frequency Indala commands
+//-----------------------------------------------------------------------------
+
+#ifndef CMDLFINDALA_H__
+#define CMDLFINDALA_H__
+
+extern int CmdLFINDALA(const char *Cmd);
+extern int CmdIndalaDecode(const char *Cmd);
+extern int CmdIndalaRead(const char *Cmd);
+extern int CmdIndalaClone(const char *Cmd);
+
+#endif
Impressum, Datenschutz