From a3f27f9a6305eaccf1d53f263a90aa965d0cfcb7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 8 Jan 2022 21:03:00 +0100 Subject: Added some missing wrapped functions to libudev-1.so --- src/wrapped/wrappedudev1_private.h | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/wrapped/wrappedudev1_private.h b/src/wrapped/wrappedudev1_private.h index d16f424e..3a6f1d9a 100755 --- a/src/wrapped/wrappedudev1_private.h +++ b/src/wrapped/wrappedudev1_private.h @@ -28,8 +28,8 @@ GO(udev_device_get_devnum, uFp) GO(udev_device_get_action, pFp) GO(udev_device_get_sysattr_value, pFpp) GO(udev_device_get_sysattr_list_entry, pFp) -GO(dev_device_get_seqnum, UFp) -GO(dev_device_get_usec_since_initialized, UFp) +GO(udev_device_get_seqnum, UFp) +GO(udev_device_get_usec_since_initialized, UFp) GO(udev_device_has_tag, iFpp) GO(udev_enumerate_ref, pFp) GO(udev_enumerate_unref, pFp) @@ -82,4 +82,15 @@ GO(udev_queue_get_queued_list_entry, pFp) GO(udev_queue_get_failed_list_entry, pFp) GOM(udev_set_log_fn, vFEpp) GO(udev_get_log_priority, iFp) -GO(udev_set_log_priority, vFpi) \ No newline at end of file +GO(udev_set_log_priority, vFpi) +GO(udev_get_userdata, pFp) +GO(udev_set_userdata, vFpp) +GO(udev_device_new_from_device_id, pFpp) +GO(udev_device_set_sysattr_value, iFppp) +GO(udev_queue_get_fd, iFp) +GO(udev_queue_flush, iFp) +GO(udev_hwdb_ref, pFp) +GO(udev_hwdb_unref, pFp) +GO(udev_hwdb_new, pFp) +GO(udev_hwdb_get_properties_list_entry, pFppu) +GO(udev_util_encode_string, iFppL) \ No newline at end of file -- cgit 1.4.1