Tidy up formatting.
[deliverable/binutils-gdb.git] / gdb / bcache.h
index 4735af71cd3e393797b8328be770763a453c48b0..5355e7481c28fd5ed006df8a6b2af052d802acb3 100644 (file)
@@ -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 */
This page took 0.031478 seconds and 4 git commands to generate.