]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
FIX: removing compiler warning about double const.
[proxmark3-svn] / client / proxmark3.h
index 15049ee3e767d7071906c7692dda5132594fd3b1..6874f9d8e471ea3d589855e650f61d77fc1c797f 100644 (file)
@@ -30,7 +30,7 @@
 #define PROXPROMPT "pm3 --> "
 
 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
\ No newline at end of file
Impressum, Datenschutz