gdb/
[deliverable/binutils-gdb.git] / gdb / defs.h
index 86a0b67832edc56c8d4497d64c7f969c5888ffe8..6d4e922b95eeb561f4a8c71a2e9e54bd677c920d 100644 (file)
@@ -1217,4 +1217,9 @@ extern int use_windows;
 extern ULONGEST align_up (ULONGEST v, int n);
 extern ULONGEST align_down (ULONGEST v, int n);
 
+/* Allocation and deallocation functions for the libiberty hash table
+   which use obstacks.  */
+void *hashtab_obstack_allocate (void *data, size_t size, size_t count);
+void dummy_obstack_deallocate (void *object, void *data);
+
 #endif /* #ifndef DEFS_H */
This page took 0.034597 seconds and 4 git commands to generate.