summaryrefslogtreecommitdiff
path: root/inputdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'inputdev.h')
-rw-r--r--inputdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputdev.h b/inputdev.h
index 3957cef..56ed0b8 100644
--- a/inputdev.h
+++ b/inputdev.h
@@ -61,7 +61,7 @@ public:
bool open_udev_socket(char const *sock_path);
bool open_udev_socket(unsigned int systemd_idx);
- void add_device(char const *dev);
+ bool add_device(char const *dev);
void remove_device(char const *dev);
void remove_device(class cInputDevice *dev);