From 038cca642bc8627162bdf50b132396595f9f73ea Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Wed, 1 Feb 2023 18:48:57 -0600 Subject: Done minux adding new controllers? --- handle_devices.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'handle_devices.h') diff --git a/handle_devices.h b/handle_devices.h index e0d0471..d70ff41 100644 --- a/handle_devices.h +++ b/handle_devices.h @@ -15,4 +15,6 @@ void close_unneeded_files(int num_exceptions, int controller_event_fptrs[], ...) void print_one_event(int controller_event_fptrs[], int index, int event_number); +void print_multiple_events(int num_exceptions, int controller_event_fptrs[], ...); + #endif -- cgit v1.2.1