* bfd-in.h (bfd_hash_insert): Declare.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index d3228d05e4123c82cdaa8e81a5f40ad4411b55fd..09432780ae6de4860f4a0c6fde2a3731d5edc755 100644 (file)
@@ -471,6 +471,10 @@ extern struct bfd_hash_entry *bfd_hash_lookup
   (struct bfd_hash_table *, const char *, bfd_boolean create,
    bfd_boolean copy);
 
+/* Insert an entry in a hash table.  */
+extern struct bfd_hash_entry *bfd_hash_insert
+  (struct bfd_hash_table *, const char *, unsigned long);
+
 /* Replace an entry in a hash table.  */
 extern void bfd_hash_replace
   (struct bfd_hash_table *, struct bfd_hash_entry *old,
This page took 0.026708 seconds and 4 git commands to generate.