aboutsummaryrefslogtreecommitdiff
path: root/hidio_darwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'hidio_darwin.c')
-rw-r--r--hidio_darwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hidio_darwin.c b/hidio_darwin.c
index 1eb6bf4..dcc912b 100644
--- a/hidio_darwin.c
+++ b/hidio_darwin.c
@@ -830,6 +830,7 @@ t_int hidio_open_device(t_hidio *x, short device_number)
}
+// TODO: return the same as POSIX open()/close() - 0=success, -1=fail
t_int hidio_close_device(t_hidio *x)
{
debug_post(LOG_DEBUG,"hidio_close_device");