projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hw tune:
[proxmark3-svn]
/
client
/
proxmark3.h
diff --git
a/client/proxmark3.h
b/client/proxmark3.h
index 343ec8c9cc35c3c63a68719a2f9566562cea0f8c..c6185c436457807c1adf4e9c08a8a9f2748d623b 100644
(file)
--- a/
client/proxmark3.h
+++ b/
client/proxmark3.h
@@
-16,6
+16,17
@@
#define PROXPROMPT "proxmark3> "
#define PROXPROMPT "proxmark3> "
+#ifdef __cplusplus
+extern "C" {
+#endif
+
void SendCommand(UsbCommand *c);
void SendCommand(UsbCommand *c);
+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