Constify get_exec_file
[deliverable/binutils-gdb.git] / gdb / gdbsupport / common-inferior.h
index 77d4ad93d3569197b621fa9533039947cc10b8c7..0ee554e7ad08a954f0a4e7db3e4ff433837cb15e 100644 (file)
@@ -28,7 +28,7 @@ extern const char *get_exec_wrapper ();
 /* Return the name of the executable file as a string.
    ERR nonzero means get error if there is none specified;
    otherwise return 0 in that case.  */
-extern char *get_exec_file (int err);
+extern const char *get_exec_file (int err);
 
 /* Return the inferior's current working directory.  If nothing has
    been set, then return NULL.  */
This page took 0.02858 seconds and 4 git commands to generate.