Moved bfd_stab_name() and bfd_stab_names[]
[deliverable/binutils-gdb.git] / bfd / libaout.h
index 57d50ed563fde4efd4f1f6315029283530d7c97e..01eb50e07265f3fbac8997cc92254639fe47acfd 100644 (file)
@@ -216,6 +216,10 @@ PROTO (void,       NAME(aout,swap_exec_header_in), (bfd *abfd,
 PROTO (void,   NAME(aout,swap_exec_header_out),(bfd *abfd, struct internal_exec *execp,
                         struct external_exec *raw_bytes));
 
+/* Prototypes for functions in stab-syms.c. */
+
+PROTO(char *, aout_stab_name, (int code));
+
 /* A.out uses the generic versions of these routines... */
 
 #define        aout_32_get_section_contents    bfd_generic_get_section_contents
This page took 0.022551 seconds and 4 git commands to generate.