chiark / gitweb /
build argv[] for builtin commands
[elogind.git] / udev / udev-builtin-usb_id.c
index 9a519179c88bd1f0088ebb354bbb9289bca85d3a..21c3c03d8ace0b67447e422f119a7d7e433a5558 100644 (file)
@@ -239,7 +239,7 @@ out:
  * 6.) If the device supplies a serial number, this number
  *     is concatenated with the identification with an underscore '_'.
  */
-static int builtin_usb_id(struct udev_device *dev, const char *command, bool test)
+static int builtin_usb_id(struct udev_device *dev, int argc, char *argv[], bool test)
 {
        char vendor_str[64];
        char vendor_str_enc[256];