Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 3... Line 3...
3
   These are here because some non-Posix (a.k.a. DOSish) systems have
3
   These are here because some non-Posix (a.k.a. DOSish) systems have
4
   drive letter brain-damage at the beginning of an absolute file name,
4
   drive letter brain-damage at the beginning of an absolute file name,
5
   use forward- and back-slash in path names interchangeably, and
5
   use forward- and back-slash in path names interchangeably, and
6
   some of them have case-insensitive file names.
6
   some of them have case-insensitive file names.
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
   Copyright 2000, 2001, 2007, 2010 Free Software Foundation, Inc.
8
   Copyright (C) 2000-2015 Free Software Foundation, Inc.
Line 9... Line 9...
9
 
9
 
10
This file is part of BFD, the Binary File Descriptor library.
10
This file is part of BFD, the Binary File Descriptor library.
Line 88... Line 88...
88
 
88
 
Line 89... Line 89...
89
extern hashval_t filename_hash (const void *s);
89
extern hashval_t filename_hash (const void *s);
Line -... Line 90...
-
 
90
 
-
 
91
extern int filename_eq (const void *s1, const void *s2);
90
 
92
 
91
extern int filename_eq (const void *s1, const void *s2);
93
extern int canonical_filename_eq (const char *a, const char *b);
92
 
94
 
Line 93... Line 95...
93
#ifdef __cplusplus
95
#ifdef __cplusplus