summaryrefslogtreecommitdiff
path: root/gdb/remote-notif.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-03-07 17:52:57 +0000
committerPedro Alves <palves@redhat.com>2013-03-07 17:52:57 +0000
commit4fc89e5ff47fef8279872bbe956145b7e61141e0 (patch)
tree9ff338e6b0971d0bc68930c054b7fa19cfd11039 /gdb/remote-notif.h
parentfc4f53b3094a7dada7dec096d2fbad55a0bbc184 (diff)
downloadgdb-4fc89e5ff47fef8279872bbe956145b7e61141e0.tar.gz
remote-notif.[h|c]:notif_debug: Change type to int.
notif_debug is installed as variable of a "signed" command: add_setshow_boolean_cmd ("notification", no_class, &notif_debug, _("\ and: command.h:extern void add_setshow_boolean_cmd (char *name, command.h- enum command_class class, command.h- int *var, 2013-03-07 Pedro Alves <palves@redhat.com> * remote-notif.c (notif_debug): Change type to int. * remote-notif.h (notif_debug): Likewise.
Diffstat (limited to 'gdb/remote-notif.h')
-rw-r--r--gdb/remote-notif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-notif.h b/gdb/remote-notif.h
index b2a9b8ea5f9..da4fdea1ce4 100644
--- a/gdb/remote-notif.h
+++ b/gdb/remote-notif.h
@@ -80,6 +80,6 @@ void remote_notif_unregister_async_event_handler (void);
void remote_notif_process (struct notif_client *except);
extern struct notif_client notif_client_stop;
-extern unsigned int notif_debug;
+extern int notif_debug;
#endif /* REMOTE_NOTIF_H */