diff options
Diffstat (limited to 'gdb/ax-gdb.c')
-rw-r--r-- | gdb/ax-gdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index a77c770..14765bd 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -2743,8 +2743,9 @@ maint_agent_printf_command (const char *cmdrest, int from_tty) /* Initialization code. */ +void _initialize_ax_gdb (); void -_initialize_ax_gdb (void) +_initialize_ax_gdb () { add_cmd ("agent", class_maintenance, agent_command, _("\ |