X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9c624f67b3c3041d171abf75d954ba9fa0ae57a4..1b6cc9746e25e93b9c8d76e193af4796c942b167:/client/proxmark3.h diff --git a/client/proxmark3.h b/client/proxmark3.h index 56121269..6874f9d8 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -27,11 +27,10 @@ #include #include "usb_cmd.h" -/* -#define lu PRIu32 -#define lx PRIx32 -*/ #define PROXPROMPT "pm3 --> " void SendCommand(UsbCommand *c); +const char *get_my_executable_path(void); +const char *get_my_executable_directory(void); + #endif \ No newline at end of file