diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -425,6 +425,7 @@ char *ldirname (const char *filename); char **gdb_buildargv (const char *); int compare_positive_ints (const void *ap, const void *bp); +int compare_strings (const void *ap, const void *bp); /* A wrapper for bfd_errmsg to produce a more helpful error message in the case of bfd_error_file_ambiguously recognized. |