proc-service, extern "C"
[deliverable/binutils-gdb.git] / gdb / monitor.h
index f66d1e7ae360d645c4f2625d4658daa64ae3f76a..cf720936e00a3dcfb76605cb85b9adfc0b01cc75 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for remote debugging interface for ROM monitors.
-   Copyright (C) 1990-2013 Free Software Foundation, Inc.
+   Copyright (C) 1990-2015 Free Software Foundation, Inc.
    Contributed by Cygnus Support. Written by Rob Savoye for Cygnus.
 
    This file is part of GDB.
@@ -239,8 +239,9 @@ struct monitor_ops
 
 #define SREC_SIZE 160
 
-extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
-extern void monitor_close (void);
+extern void monitor_open (const char *args, struct monitor_ops *ops,
+                         int from_tty);
+extern void monitor_close (struct target_ops *self);
 extern char *monitor_supply_register (struct regcache *regcache,
                                      int regno, char *valstr);
 extern int monitor_expect (char *prompt, char *buf, int buflen);
This page took 0.024709 seconds and 4 git commands to generate.