| Index: device/udev_linux/udev.h
|
| diff --git a/device/udev_linux/udev.h b/device/udev_linux/udev.h
|
| index 3039aa269b1e929f44cdb6a58ce641a05d3e0a24..d62db6b5aaf329907f08be568191eb7c8c1e42de 100644
|
| --- a/device/udev_linux/udev.h
|
| +++ b/device/udev_linux/udev.h
|
| @@ -79,6 +79,9 @@ void udev_unref(udev* udev);
|
| std::string UdevDeviceGetPropertyValue(udev_device* udev_device,
|
| const char* key);
|
|
|
| +// Decodes udev-encoded string. Useful for decoding "*_ENC" udev properties.
|
| +std::string UdevDecodeString(const std::string& encoded);
|
| +
|
| } // namespace device
|
|
|
| #endif // DEVICE_UDEV_LINUX_UDEV_H_
|
|
|