diff options
Diffstat (limited to 'gdb/maint.c')
-rw-r--r-- | gdb/maint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c index fcb9f4e..e8e0f28 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -1135,8 +1135,9 @@ Selftests have been disabled for this build.\n")); } +void _initialize_maint_cmds (); void -_initialize_maint_cmds (void) +_initialize_maint_cmds () { struct cmd_list_element *cmd; |