Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / init.c
index ad109819314e00d83debd21735fdfa85f675211a..463b4f335f30362864d77045eb6f8834ed25560d 100644 (file)
@@ -1,5 +1,5 @@
 /* bfd initialization stuff
-   Copyright (C) 1990-2018 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 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.029276 seconds and 4 git commands to generate.