aboutsummaryrefslogtreecommitdiff
path: root/gdb/bcache.h
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2000-06-05 20:49:53 +0000
committerDaniel Berlin <dberlin@dberlin.org>2000-06-05 20:49:53 +0000
commit357e46e7c9f18a0603aa9a6de440bedb147e57f8 (patch)
tree7a636a8075ad6888e5c2401e87c859f74c526183 /gdb/bcache.h
parente6d71bf34e01d840417e4fac1bcedae5fff5b9dc (diff)
downloadgdb-357e46e7c9f18a0603aa9a6de440bedb147e57f8.zip
gdb-357e46e7c9f18a0603aa9a6de440bedb147e57f8.tar.gz
gdb-357e46e7c9f18a0603aa9a6de440bedb147e57f8.tar.bz2
C++ improvements
Diffstat (limited to 'gdb/bcache.h')
-rw-r--r--gdb/bcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/bcache.h b/gdb/bcache.h
index 4735af7..5355e74 100644
--- a/gdb/bcache.h
+++ b/gdb/bcache.h
@@ -125,5 +125,6 @@ extern void free_bcache (struct bcache *bcache);
kind of data BCACHE holds. Statistics are printed using
`printf_filtered' and its ilk. */
extern void print_bcache_statistics (struct bcache *bcache, char *type);
-
+/* The hash function */
+extern unsigned long hash(void *addr, int length);
#endif /* BCACHE_H */