diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-12 04:37:53 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-10-12 04:37:53 +0000 |
commit | a53c440bf2c42802dc25fb9fa62f0f5dc196b399 (patch) | |
tree | c529861a454a8200807cbb62af394c2952248e00 /gdb/inf-loop.h | |
parent | f4e2ab8d6023f442c422f4f883c9c96f0106190f (diff) | |
download | gdb-a53c440bf2c42802dc25fb9fa62f0f5dc196b399.tar.gz |
import gdb-1999-10-11 snapshot
Diffstat (limited to 'gdb/inf-loop.h')
-rw-r--r-- | gdb/inf-loop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/inf-loop.h b/gdb/inf-loop.h index dde90450871..9f1713cf052 100644 --- a/gdb/inf-loop.h +++ b/gdb/inf-loop.h @@ -24,5 +24,6 @@ extern void inferior_event_handler (enum inferior_event_type event_type, void* client_data); +extern void inferior_event_handler_wrapper (void *client_data); #endif /* #ifndef INF_LOOP_H */ |