X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcopying.c;h=a78a862b97d8c739beac8effce1a8bb3e9b95496;hb=8513dd2d37a6265302833384f327f064ebc569e3;hp=a36db1fe0f493b9232da1f60a33b36c92222c3e8;hpb=8b0b198558d0fc981f129e2e3dcbe00a0f308449;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/copying.c b/gdb/copying.c index a36db1fe0f..a78a862b97 100644 --- a/gdb/copying.c +++ b/gdb/copying.c @@ -5,17 +5,15 @@ #include "command.h" #include "gdbcmd.h" -static void show_copying_command PARAMS ((char *, int)); +static void show_copying_command (char *, int); -static void show_warranty_command PARAMS ((char *, int)); +static void show_warranty_command (char *, int); -void _initialize_copying PARAMS ((void)); +void _initialize_copying (void); extern int immediate_quit; static void -show_copying_command (ignore, from_tty) - char *ignore; - int from_tty; +show_copying_command (char *ignore, int from_tty) { immediate_quit++; printf_filtered (" GNU GENERAL PUBLIC LICENSE\n"); @@ -279,9 +277,7 @@ show_copying_command (ignore, from_tty) } static void -show_warranty_command (ignore, from_tty) - char *ignore; - int from_tty; +show_warranty_command (char *ignore, int from_tty) { immediate_quit++; printf_filtered (" NO WARRANTY\n"); @@ -310,7 +306,7 @@ show_warranty_command (ignore, from_tty) } void -_initialize_copying () +_initialize_copying (void) { add_cmd ("copying", no_class, show_copying_command, "Conditions for redistributing copies of GDB.",