X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/43534cbad22da2db2e1b59f9e08f0cadfe0d8d54..537f80f2c8a84c8d48e66af78ed28d96306b8d9f:/client/proxmark3.h diff --git a/client/proxmark3.h b/client/proxmark3.h index 343ec8c9..3f7c3004 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -17,5 +17,7 @@ #define PROXPROMPT "proxmark3> " void SendCommand(UsbCommand *c); +const char *get_my_executable_path(void); +const char *get_my_executable_directory(void); #endif