Change int to bool for the relocate_* functions
[deliverable/binutils-gdb.git] / gdb / defs.h
index ece3006de4ea6a882b21f339ddb22faaa52aa12e..14e0a3e1d1df3d52c2bef6640bdf55a82d5f097c 100644 (file)
@@ -282,7 +282,7 @@ struct value;
 
 /* This really belong in utils.c (path-utils.c?), but it references some
    globals that are currently only available to main.c.  */
-extern char *relocate_gdb_directory (const char *initial, int flag);
+extern char *relocate_gdb_directory (const char *initial, bool relocatable);
 
 \f
 /* Annotation stuff.  */
This page took 0.025126 seconds and 4 git commands to generate.