* ld-selective/selective.exp <no CXX>: Fix typo for argument to
[deliverable/binutils-gdb.git] / gdb / monitor.h
index 23fad577e4f36ded1cdfa90704955e78d3276da5..712a4c58e702ef6d96ce758f0ab3519d9ef8fa66 100644 (file)
@@ -96,10 +96,10 @@ struct monitor_ops
     char *dump_registers;      /* Command to dump all regs at once */
     char *register_pattern;    /* Pattern that picks out register from reg dump */
     void (*supply_register) (char *name, int namelen, char *val, int vallen);
-    void (*load_routine) PARAMS ((serial_t desc, char *file,
-                                 int hashmark));       /* Download routine */
-    int (*dumpregs) PARAMS ((void));   /* routine to dump all registers */
-    int (*continue_hook) PARAMS ((void));      /* Emit the continue command */
+    void (*load_routine) (serial_t desc, char *file,
+                         int hashmark);        /* Download routine */
+    int (*dumpregs) (void);    /* routine to dump all registers */
+    int (*continue_hook) (void);       /* Emit the continue command */
     int (*wait_filter) (char *buf,     /* Maybe contains registers */
                        int bufmax,
                        int *response_length,
This page took 0.025076 seconds and 4 git commands to generate.