Remove bfd_elf32_bfd_set_private_bfd_flags
[deliverable/binutils-gdb.git] / gdb / event-loop.h
index 16c228637c2fba3ca7f5c422d8e0ff76130c5bf8..e994fc138e7ef7270a9f7f306b28ea4ef9798097 100644 (file)
@@ -75,20 +75,9 @@ typedef void (sig_handler_func) (gdb_client_data);
 typedef void (async_event_handler_func) (gdb_client_data);
 typedef void (timer_handler_func) (gdb_client_data);
 
-/* Where to add an event onto the event queue, by queue_event.  */
-typedef enum
-  {
-    /* Add at tail of queue.  It will be processed in first in first
-       out order.  */
-    TAIL,
-    /* Add at head of queue.  It will be processed in last in first
-       out order.  */
-    HEAD
-  }
-queue_position;
-
 /* Exported functions from event-loop.c */
 
+extern void initialize_event_loop (void);
 extern void start_event_loop (void);
 extern int gdb_do_one_event (void);
 extern void delete_file_handler (int fd);
This page took 0.027636 seconds and 4 git commands to generate.