]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
Merge pull request #243 from pwpiwi/cleanup
[proxmark3-svn] / client / proxmark3.h
index eebaa49515d89f18f7020bb433b4eb26527b2a36..2d19cf5c811af0d581f3fcef37ab010370dbd1f7 100644 (file)
 #ifndef PROXMARK3_H__
 #define PROXMARK3_H__
 
-#define __STDC_FORMAT_MACROS
-#include <inttypes.h>
-#define llx PRIx64
-#define lli PRIi64
-#define hhu PRIu8
-
-#include <usb.h>
 #include "usb_cmd.h"
 
 #define PROXPROMPT "proxmark3> "
 
 void SendCommand(UsbCommand *c);
+const char const *get_my_executable_path(void);
+const char const *get_my_executable_directory(void);
 
 #endif
Impressum, Datenschutz