From 8f8ec655004da47df920fb8a206fc5352b04aee3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 23 Jun 2008 18:39:32 +0000 Subject: implemented [devices( and [elements( messages on Mac OS X, to eventally replace [print( svn path=/trunk/externals/io/hidio/; revision=10078 --- hidio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hidio.h') diff --git a/hidio.h b/hidio.h index 5ec7305..56c4d5f 100644 --- a/hidio.h +++ b/hidio.h @@ -192,6 +192,8 @@ extern void hidio_write_event_symbols(t_hidio *x, t_symbol *type, t_symbol *code t_int instance, t_int value); extern void hidio_write_event_ints(t_hidio *x, t_int type, t_int code, t_int instance, t_int value); +extern void hidio_devices(t_hidio* x); /* print device list to the console */ +extern void hidio_elements(t_hidio* x); /* print element list to the console */ extern void hidio_print(t_hidio* x); /* print info to the console */ extern void hidio_platform_specific_info(t_hidio *x); /* device info on the status outlet */ extern void hidio_platform_specific_free(t_hidio *x); -- cgit v1.2.1