X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcopying.c;h=8e4077ccb9104163cb7fe81e93565178b0bf44e9;hb=4a422785822ec9302f681c8fbc6ba2cc35231b09;hp=66837b87fd641a2c9391a10c229560ab2773cecf;hpb=c4bfde41c44ea5c3c71258c472190396e0498e08;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/copying.c b/gdb/copying.c index 66837b87fd..8e4077ccb9 100644 --- a/gdb/copying.c +++ b/gdb/copying.c @@ -6,14 +6,12 @@ #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"); @@ -606,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");