* bcache.c (bcache_data): Call deprecated_bcache_added function.
[external/binutils.git] / gdb / bcache.h
index f4c7d9d..a49d729 100644 (file)
@@ -150,6 +150,8 @@ extern void *deprecated_bcache (const void *addr, int length,
 extern const void *bcache (const void *addr, int length,
                           struct bcache *bcache);
 
+extern void *deprecated_bcache_added (const void *addr, int length,
+                                     struct bcache *bcache, int *added);
 /* Free all the storage used by BCACHE.  */
 extern void bcache_xfree (struct bcache *bcache);