* bcache.c (bcache_data): Call deprecated_bcache_added function.
[deliverable/binutils-gdb.git] / gdb / bcache.h
index f4c7d9d657a8b33c7edf43990991425eb33f367b..a49d729a3058985139cdb809fe554ea86a339875 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);
 
This page took 0.024612 seconds and 4 git commands to generate.