* bfd-in.h (bfd_hash_insert): Declare.
[deliverable/binutils-gdb.git] / bfd / bfd-in.h
index 2e70a7391fdf16281e3b446d688e272338a3d45a..07fdf0364973d62241bcbe2d72d2496df794db39 100644 (file)
@@ -464,6 +464,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.025752 seconds and 4 git commands to generate.