projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix memory overflow in hf mf nested (issue #479)
[proxmark3-svn]
/
client
/
proxmark3.h
diff --git
a/client/proxmark3.h
b/client/proxmark3.h
index 0bf5a9ebf7b74f9ea75ede1e8a76900bf0649a31..c6185c436457807c1adf4e9c08a8a9f2748d623b 100644
(file)
--- a/
client/proxmark3.h
+++ b/
client/proxmark3.h
@@
-12,15
+12,21
@@
#ifndef PROXMARK3_H__
#define PROXMARK3_H__
#ifndef PROXMARK3_H__
#define PROXMARK3_H__
-#define __STDC_FORMAT_MACROS
-#include <inttypes.h>
-#define llx PRIx64
-
-#include <usb.h>
#include "usb_cmd.h"
#define PROXPROMPT "proxmark3> "
#include "usb_cmd.h"
#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