aboutsummaryrefslogtreecommitdiff
path: root/hidio_darwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'hidio_darwin.c')
-rw-r--r--hidio_darwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hidio_darwin.c b/hidio_darwin.c
index d85093b..0905d5f 100644
--- a/hidio_darwin.c
+++ b/hidio_darwin.c
@@ -738,7 +738,7 @@ void hidio_build_device_list(void)
}
/* TODO: this should be dumped for [devices( and [elements( messages */
-void hidio_print(t_hidio *x)
+void hidio_doprint(t_hidio *x)
{
if( !HIDHaveDeviceList() ) hidio_build_device_list();
hidio_print_device_list(x);