chiark / gitweb /
build argv[] for builtin commands
[elogind.git] / udev / udev-builtin-input_id.c
index 420a87266292c50f47e71cc7db5718757fa45a29..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");
 }
 
                udev_builtin_add_property(dev, test, "ID_INPUT_KEYBOARD", "1");
 }
 
-static int builtin_input_id(struct udev_device *dev, const char *command, 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)];
 {
        struct udev_device *pdev;
        unsigned long bitmask_ev[NBITS(EV_MAX)];