diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-04-09 17:36:09 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-04-09 17:36:09 +0200 |
commit | 293adde407f0adfc9546fdbe3169f617f28771b7 (patch) | |
tree | 5722ddf12d0a52aa728dc70eec80eceab0da0a28 /input.h | |
parent | 3481f7bc531a2010c7e83940b6ed1f1b5b6e8b6f (diff) | |
download | input-293adde407f0adfc9546fdbe3169f617f28771b7.tar.gz |
lsinput overhaul
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,6 +24,6 @@ static __inline__ int test_bit(int nr, BITFIELD * addr) /* ------------------------------------------------------------------ */ -int device_open(int nr, int verbose); -void device_info(int fd); +int device_open(int nr, bool verbose); +int device_info(int nr, int fd, bool verbose); void print_event(struct input_event *event); |