summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index 36fb12d..d45adaa 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -29,7 +29,7 @@ public:
static int NumDynamicDevices(void) { return numDynamicDevices; }
///< Returns the total number of dynamic devices.
static bool ProcessQueuedCommands(void);
- static void DetachAllDevices(void);
+ static void DetachAllDevices(bool Force);
static cString ListAllDevices(int &ReplyCode); // for SVDRP command LSTD
static cString AttachDevicePattern(const char *Pattern);
static eDynamicDeviceReturnCode AttachDevice(const char *DevPath);