summaryrefslogtreecommitdiff
path: root/inputdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'inputdev.h')
-rw-r--r--inputdev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inputdev.h b/inputdev.h
index a483601..847ff5a 100644
--- a/inputdev.h
+++ b/inputdev.h
@@ -40,6 +40,7 @@ private:
void cleanup_devices(void);
void handle_uevent(void);
+ bool coldplug_devices(char const *);
protected:
virtual void Action(void);
@@ -48,7 +49,7 @@ public:
explicit cInputDeviceController(cPlugin &p);
virtual ~cInputDeviceController();
- bool initialize(void);
+ bool initialize(char const *coldplug_dir);
bool start(void);
void stop(void);