X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fbcache.h;fp=gdb%2Fbcache.h;h=f9590aa270c36dc39cad23469edd9ec75e27f5b3;hb=a121b7c1ac76833018f4fc3adaeddc3147272dd0;hp=8ec0bde7760e034fe79a645605bc21c32ce44cc3;hpb=995816ba55d952b2823d2ead66495c5cad6dfe58;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/bcache.h b/gdb/bcache.h index 8ec0bde776..f9590aa270 100644 --- a/gdb/bcache.h +++ b/gdb/bcache.h @@ -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 */