aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-04-10 08:15:09 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2018-04-10 08:15:09 +0200
commit92d4621442795b83dff55009c99e47d4a3d93bef (patch)
treec153252fee78ad705c7784737606d750b3eb9978 /libnitrokey
parentd0eb7e950ef6535e82ee307937f51b2d3de7d777 (diff)
parent5a56b83084d797728e5ed557cce2637b3a1e7e56 (diff)
downloadlibnitrokey-92d4621442795b83dff55009c99e47d4a3d93bef.tar.gz
libnitrokey-92d4621442795b83dff55009c99e47d4a3d93bef.tar.bz2
Merge branch 'pr_105'
Fixes #105
Diffstat (limited to 'libnitrokey')
-rw-r--r--libnitrokey/NitrokeyManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnitrokey/NitrokeyManager.h b/libnitrokey/NitrokeyManager.h
index ca58d24..1f4cec4 100644
--- a/libnitrokey/NitrokeyManager.h
+++ b/libnitrokey/NitrokeyManager.h
@@ -80,6 +80,7 @@ char * strndup(const char* str, size_t maxlen);
bool connect_with_ID(const std::string id);
bool connect_with_path (std::string path);
bool connect(const char *device_model);
+ bool connect(device::DeviceModel device_model);
bool connect();
bool disconnect();
bool is_connected() throw() ;