Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / bfd / init.c
index ad109819314e00d83debd21735fdfa85f675211a..f4047d4a24a2bd4490461c2bc0aea25c4dcafc7f 100644 (file)
@@ -1,5 +1,5 @@
 /* bfd initialization stuff
-   Copyright (C) 1990-2018 Free Software Foundation, Inc.
+   Copyright (C) 1990-2019 Free Software Foundation, Inc.
    Written by Steve Chamberlain of Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -38,7 +38,7 @@ FUNCTION
        bfd_init
 
 SYNOPSIS
-       size_t bfd_init (void);
+       unsigned int bfd_init (void);
 
 DESCRIPTION
        This routine must be called before any other BFD function to
@@ -54,7 +54,7 @@ DESCRIPTION
 /* Actually, there is currently nothing for this function to do.
    However, someday it may be needed, so keep it around.  */
 
-size_t
+unsigned int
 bfd_init (void)
 {
   return BFD_INIT_MAGIC;
This page took 0.024095 seconds and 4 git commands to generate.