]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/run-sim.h
Update years in copyright notice for the GDB files.
[thirdparty/binutils-gdb.git] / sim / common / run-sim.h
index 58023a9ee914e97ddcf6131a633e9a65146401e2..d4c66516bcb71995e3d29cdd2f81b6f62d31aad9 100644 (file)
@@ -1,8 +1,8 @@
 /* This file defines the part of the interface between the standalone
    simaulator program - run - and simulator library - libsim.a - that
    is not used by GDB.  The GDB part is described in include/remote-sim.h.
-   
-   Copyright 2002, 2007, 2008 Free Software Foundation, Inc.
+
+   Copyright 2002-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,7 +30,7 @@ int sim_target_parse_command_line PARAMS ((int, char **));
 
   /* Display a list of target specific switches supported by this
      target.  */
-void sim_target_display_usage PARAMS ((void));
+void sim_target_display_usage PARAMS ((int help));
 
 #endif