* opncls.c (bfd_alloc, bfd_zalloc): Don't mark internal.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index b1228e8d4b8bec8159aaf67e7a32f62b301d8f86..cbbb0f64b0d1e687861a2662f7c38fad331278f2 100644 (file)
@@ -1001,6 +1001,10 @@ bfd_boolean bfd_make_writable (bfd *abfd);
 
 bfd_boolean bfd_make_readable (bfd *abfd);
 
+void *bfd_alloc (bfd *abfd, bfd_size_type wanted);
+
+void *bfd_zalloc (bfd *abfd, bfd_size_type wanted);
+
 unsigned long bfd_calc_gnu_debuglink_crc32
    (unsigned long crc, const unsigned char *buf, bfd_size_type len);
 
This page took 0.025012 seconds and 4 git commands to generate.