summaryrefslogtreecommitdiff
path: root/handle_devices.h
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-01 18:48:57 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-01 18:48:57 -0600
commit038cca642bc8627162bdf50b132396595f9f73ea (patch)
treeb9387f606c55e673419124dd5125b507f63c4aa4 /handle_devices.h
parentf2bea22f979015b439f0f9347f2fad8c7babc481 (diff)
Done minux adding new controllers?
Diffstat (limited to 'handle_devices.h')
-rw-r--r--handle_devices.h2
1 files changed, 2 insertions, 0 deletions
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