X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4913be92ac529143d4ba7dffd5f709386c92dca5..c85189135eac76e96a38d22062f422c8ccfb18aa:/client/proxmark3.h?ds=sidebyside diff --git a/client/proxmark3.h b/client/proxmark3.h index 343ec8c9..2d19cf5c 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -17,5 +17,7 @@ #define PROXPROMPT "proxmark3> " void SendCommand(UsbCommand *c); +const char const *get_my_executable_path(void); +const char const *get_my_executable_directory(void); #endif