X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/347dea669a04d1cc692600d06324eb9df7438de4..refs/pull/524/head:/client/cmdlfio.h

diff --git a/client/cmdlfio.h b/client/cmdlfio.h
index 1b7daa0f..3b89c939 100644
--- a/client/cmdlfio.h
+++ b/client/cmdlfio.h
@@ -4,8 +4,8 @@
 #ifndef CMDLFIO_H__
 #define CMDLFIO_H__
 
-int CmdLFIO(const char *Cmd);
-
-int CmdIODemodFSK(const char *Cmd);
+extern int CmdLFIO(const char *Cmd);
+extern int CmdFSKdemodIO(const char *Cmd);
+extern int CmdIOReadFSK(const char *Cmd);
 
 #endif