]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/filenames.h
[gdb/symtab] Make gold index workaround more precise
[thirdparty/binutils-gdb.git] / include / filenames.h
index e799a51b6ad014d74581da6d92ce337be896c86a..1ed441221ac2122c2735ece829a63fdab5523e68 100644 (file)
@@ -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-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