X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Ffilenames.h;h=1161daaa4f3581c81c4842509aa7c7298d3bbd7b;hb=44a8b4df1d6f5b8096f01787751fd51c42e78fc6;hp=e799a51b6ad014d74581da6d92ce337be896c86a;hpb=0429544a874ce825dffad59bf2b5c0e41d229060;p=deliverable%2Fbinutils-gdb.git diff --git a/include/filenames.h b/include/filenames.h index e799a51b6a..1161daaa4f 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 2000, 2001, 2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2000-2015 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