chiark / gitweb /
remove last sbindir use
[elogind.git] / udev / udev-builtin-input_id.c
index 84ca0f75e4f4b2c8fa9470e397e1a5019bf8efcb..4ef060d899925462811e43e9467ff885c73d22cb 100644 (file)
@@ -181,7 +181,7 @@ static void test_key (struct udev_device *dev,
                udev_builtin_add_property(dev, test, "ID_INPUT_KEYBOARD", "1");
 }
 
-static int builtin_input_id(struct udev_device *dev, bool test)
+static int builtin_input_id(struct udev_device *dev, int argc, char *argv[], bool test)
 {
        struct udev_device *pdev;
        unsigned long bitmask_ev[NBITS(EV_MAX)];