~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to include/filenames.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef FILENAMES_H
27
27
#define FILENAMES_H
28
28
 
 
29
#include "hashtab.h" /* for hashval_t */
 
30
 
29
31
#ifdef __cplusplus
30
32
extern "C" {
31
33
#endif
84
86
extern int filename_ncmp (const char *s1, const char *s2,
85
87
                          size_t n);
86
88
 
 
89
extern hashval_t filename_hash (const void *s);
 
90
 
 
91
extern int filename_eq (const void *s1, const void *s2);
 
92
 
87
93
#ifdef __cplusplus
88
94
}
89
95
#endif