X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9c624f67b3c3041d171abf75d954ba9fa0ae57a4..d32691f1da1dd27190f0ece96b17080ae46f835d:/client/proxmark3.h diff --git a/client/proxmark3.h b/client/proxmark3.h index 56121269..15049ee3 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 const *get_my_executable_path(void); +const char const *get_my_executable_directory(void); + #endif \ No newline at end of file