sd-device: rename arguments

To make it consistent with its declaration and other function
prototypes.
This commit is contained in:
Yu Watanabe
2025-05-07 02:31:46 +09:00
parent dc231d66ac
commit e969ec1d51

View File

@@ -63,7 +63,7 @@ int device_get_properties_strv(sd_device *device, char ***ret);
int device_clone_with_db(sd_device *device, sd_device **ret);
int device_tag_index(sd_device *dev, sd_device *dev_old, bool add);
int device_tag_index(sd_device *device, sd_device *device_old, bool add);
bool device_should_have_db(sd_device *device);
int device_has_db(sd_device *device);
int device_update_db(sd_device *device);