aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnitrokey/device.h')
-rw-r--r--libnitrokey/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnitrokey/device.h b/libnitrokey/device.h
index d39310a..917e0d0 100644
--- a/libnitrokey/device.h
+++ b/libnitrokey/device.h
@@ -81,6 +81,7 @@ extern const uint16_t LIBREM_KEY_PID;
* Convert the given USB product ID to a Nitrokey model. If there is no model
* with that ID, return an absent value.
*/
+misc::Option<DeviceModel> product_id_to_model(uint16_t product_id);
misc::Option<DeviceModel> product_id_to_model(uint16_t vendor_id, uint16_t product_id);
/**