diff input/input.h @ 7912:e15e76559bd5

Reverse Arpi's commit and put the right fix in place.
author albeu
date Fri, 25 Oct 2002 16:06:25 +0000
parents 013c255225d8
children 419bdbfdb660
line wrap: on
line diff
--- a/input/input.h	Fri Oct 25 14:58:30 2002 +0000
+++ b/input/input.h	Fri Oct 25 16:06:25 2002 +0000
@@ -117,7 +117,7 @@
 
 // These functions should return the key code or one of the error code
 typedef int (*mp_key_func_t)(int fd);
-// These functions should act like read
+// These functions should act like read but they must use our error code (if needed ;-)
 typedef int (*mp_cmd_func_t)(int fd,char* dest,int size);
 // These are used to close the driver
 typedef void (*mp_close_func_t)(int fd);