aboutsummaryrefslogtreecommitdiff
path: root/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hid.h')
-rw-r--r--hid.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/hid.h b/hid.h
index 0ff3b79..80fdced 100644
--- a/hid.h
+++ b/hid.h
@@ -14,7 +14,7 @@
#define HID_MAJOR_VERSION 0
#define HID_MINOR_VERSION 5
-static char *version = "$Revision: 1.13 $";
+static char *version = "$Revision: 1.14 $";
/*------------------------------------------------------------------------------
* CLASS DEF
@@ -56,8 +56,7 @@ t_int hid_instance_count;
*/
/* support functions */
-void hid_output_event(t_hid *x,
- char *type, char *code, t_float value, t_float timestamp);
+void hid_output_event(t_hid *x, char *type, char *code, t_float value);
/* generic, cross-platform functions */
t_int hid_open_device(t_hid *x, t_int device_number);