X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Ffilenames.h;h=1ed441221ac2122c2735ece829a63fdab5523e68;hb=9e790a80160676e7fd3fb8be6cf3c1c77d9ded81;hp=5ce977055fa141381bf98f77f0fa7a4628553d84;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/include/filenames.h b/include/filenames.h index 5ce977055f..1ed441221a 100644 --- a/include/filenames.h +++ b/include/filenames.h @@ -5,7 +5,7 @@ use forward- and back-slash in path names interchangeably, and some of them have case-insensitive file names. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2020 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -90,6 +90,8 @@ extern hashval_t filename_hash (const void *s); extern int filename_eq (const void *s1, const void *s2); +extern int canonical_filename_eq (const char *a, const char *b); + #ifdef __cplusplus } #endif