diff options
Diffstat (limited to 'hald/freebsd/hf-util.h')
-rw-r--r-- | hald/freebsd/hf-util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hald/freebsd/hf-util.h b/hald/freebsd/hf-util.h index d4590ce6..3ac34b11 100644 --- a/hald/freebsd/hf-util.h +++ b/hald/freebsd/hf-util.h @@ -87,7 +87,8 @@ void hf_device_property_set_string_printf (HalDevice *device, ...) G_GNUC_PRINTF(3, 4); void hf_device_set_input (HalDevice *device, - const char *class, + const char *capability1, + const char *capability2, const char *devname); HalDevice *hf_device_store_get_parent (HalDeviceStore *store, |