diff options
Diffstat (limited to 'ld/ldbuildid.h')
-rw-r--r-- | ld/ldbuildid.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ld/ldbuildid.h b/ld/ldbuildid.h index 2e104fc..7cb9d95 100644 --- a/ld/ldbuildid.h +++ b/ld/ldbuildid.h @@ -21,7 +21,7 @@ #ifndef LDBUILDID_H #define LDBUILDID_H -extern bfd_boolean +extern bool validate_build_id_style (const char *); extern bfd_size_type @@ -29,11 +29,11 @@ compute_build_id_size (const char *); typedef void (*sum_fn) (const void *, size_t, void *); -typedef bfd_boolean (*checksum_fn) (bfd *, - void (*) (const void *, size_t, void *), - void *); +typedef bool (*checksum_fn) (bfd *, + void (*) (const void *, size_t, void *), + void *); -extern bfd_boolean +extern bool generate_build_id (bfd *, const char *, checksum_fn, unsigned char *, int); #endif /* LDBUILDID_H */ |