gdbsupport: Adapt construct_inferior_arguments
[deliverable/binutils-gdb.git] / gdbsupport / common-inferior.h
index ee87bc75a3f33032d033f515f819520e841ffa15..5e9fc8b0b913920bf6e35e8992e38ca12f086d25 100644 (file)
@@ -60,6 +60,6 @@ extern bool startup_with_shell;
 
 /* Compute command-line string given argument vector. This does the
    same shell processing as fork_inferior.  */
-extern char *construct_inferior_arguments (int, char **);
+extern std::string construct_inferior_arguments (int, char * const *);
 
 #endif /* COMMON_COMMON_INFERIOR_H */
This page took 0.023419 seconds and 4 git commands to generate.