X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e88c04f924abb31589f9f58691fcf94238fead63..1c70664ae75332e17466e8d7bcba718e406da36c:/client/proxmark3.h?ds=sidebyside diff --git a/client/proxmark3.h b/client/proxmark3.h index 2d19cf5c..3f7c3004 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -17,7 +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); +const char *get_my_executable_path(void); +const char *get_my_executable_directory(void); #endif