diff options
Diffstat (limited to 'gdb/remote-notif.h')
-rw-r--r-- | gdb/remote-notif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-notif.h b/gdb/remote-notif.h index b2a9b8e..da4fdea 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 */ |