-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / bcache.h
index 8ec0bde7760e034fe79a645605bc21c32ce44cc3..f9590aa270c36dc39cad23469edd9ec75e27f5b3 100644 (file)
@@ -165,7 +165,7 @@ extern struct bcache *bcache_xmalloc (
    eliminating duplication.  TYPE should be a string describing the
    kind of data BCACHE holds.  Statistics are printed using
    `printf_filtered' and its ilk.  */
-extern void print_bcache_statistics (struct bcache *bcache, char *type);
+extern void print_bcache_statistics (struct bcache *bcache, const char *type);
 extern int bcache_memory_used (struct bcache *bcache);
 
 /* The hash functions */
This page took 0.038665 seconds and 4 git commands to generate.