X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcopying.c;h=8e4077ccb9104163cb7fe81e93565178b0bf44e9;hb=441af85bd9c68dbc0c2a1dbe23bf07c6cb3c3f5d;hp=c71c4e5f2b667c2da745d81996983d5a326fcf02;hpb=5ba19b4c7a5c258c0fdde17e8a89b7032644eb4b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/copying.c b/gdb/copying.c index c71c4e5f2b..8e4077ccb9 100644 --- a/gdb/copying.c +++ b/gdb/copying.c @@ -1,18 +1,17 @@ -/* ==> Do not modify this file!! It is created automatically - by copying.awk. Modify copying.awk instead. <== */ +/* ==> Do not modify this file!! -*- buffer-read-only: t -*- vi:set ro: + It is created automatically by copying.awk. + Modify copying.awk instead. <== */ #include "defs.h" #include "command.h" #include "gdbcmd.h" -static void show_copying_command (char *, int); +static void show_copying_command (const char *, int); -static void show_warranty_command (char *, int); - -void _initialize_copying (void); +static void show_warranty_command (const char *, int); static void -show_copying_command (char *ignore, int from_tty) +show_copying_command (const char *ignore, int from_tty) { printf_filtered (" GNU GENERAL PUBLIC LICENSE\n"); printf_filtered (" Version 3, 29 June 2007\n"); @@ -605,7 +604,7 @@ show_copying_command (char *ignore, int from_tty) } static void -show_warranty_command (char *ignore, int from_tty) +show_warranty_command (const char *ignore, int from_tty) { printf_filtered (" 15. Disclaimer of Warranty.\n"); printf_filtered ("\n");