projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add iclass.h
[proxmark3-svn]
/
client
/
proxmark3.h
diff --git
a/client/proxmark3.h
b/client/proxmark3.h
index 3f7c300441f2b7d2a2aeda619ceeced02384ccce..86d09bc00e875bfd125d59e21054b0c1ad56f0ac 100644
(file)
--- a/
client/proxmark3.h
+++ b/
client/proxmark3.h
@@
-16,8
+16,16
@@
#define PROXPROMPT "proxmark3> "
#define PROXPROMPT "proxmark3> "
-void SendCommand(UsbCommand *c);
+#ifdef __cplusplus
+extern "C" {
+#endif
+
const char *get_my_executable_path(void);
const char *get_my_executable_directory(void);
const char *get_my_executable_path(void);
const char *get_my_executable_directory(void);
+void main_loop(char *script_cmds_file, char *script_cmd, bool usb_present);
+
+#ifdef __cplusplus
+}
+#endif
#endif
#endif
Impressum
,
Datenschutz