]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/utils.h
Constify wrap_here/wrap_hint code path
[thirdparty/binutils-gdb.git] / gdb / utils.h
index 62091f078945c4e2b3e1f576c70c6d63cad411dc..f2fb54db027667dedb33b5e8cf4b43c00afbdef0 100644 (file)
@@ -146,7 +146,7 @@ extern int yquery (const char *, ...) ATTRIBUTE_PRINTF (1, 2);
 
 extern void begin_line (void);
 
-extern void wrap_here (char *);
+extern void wrap_here (const char *);
 
 extern void reinitialize_more_filter (void);