diff options
author | Tom Gundersen <teg@jklm.no> | 2015-03-09 23:22:43 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-03-09 23:27:12 +0100 |
commit | 570b83cc62067f518c119e4803b4f234d1f0f01c (patch) | |
tree | 56d674414ad95b09b4bb2970567cd4073d56513c /src/libudev/libudev-private.h | |
parent | df546eb56a3e8cb7cbea7a1cb630f9ed21ea5c6b (diff) |
libudev: udev_device_read_db - drop unused argument
Diffstat (limited to 'src/libudev/libudev-private.h')
-rw-r--r-- | src/libudev/libudev-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev-private.h b/src/libudev/libudev-private.h index f6b641a326..9153e67cc4 100644 --- a/src/libudev/libudev-private.h +++ b/src/libudev/libudev-private.h @@ -48,7 +48,7 @@ void udev_device_cleanup_devlinks_list(struct udev_device *udev_device); int udev_device_add_property(struct udev_device *udev_device, const char *key, const char *value); char **udev_device_get_properties_envp(struct udev_device *udev_device); ssize_t udev_device_get_properties_monitor_buf(struct udev_device *udev_device, const char **buf); -int udev_device_read_db(struct udev_device *udev_device, const char *dbfile); +int udev_device_read_db(struct udev_device *udev_device); int udev_device_read_uevent_file(struct udev_device *udev_device); int udev_device_set_action(struct udev_device *udev_device, const char *action); const char *udev_device_get_devpath_old(struct udev_device *udev_device); |