diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 16:00:18 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 16:00:18 +0100 |
commit | 0a359ceaa7cc08d5e7069729c0501931e0dbeb82 (patch) | |
tree | d516b24697bf84522fdbcabbdf72421ddcec386e /NK_C_API.h | |
parent | e6628cff6e84fa5450304e7045909dc7ab71348c (diff) | |
parent | be6fd465ded13b4dd5b8ea10834a296efb8f1424 (diff) | |
download | libnitrokey-0a359ceaa7cc08d5e7069729c0501931e0dbeb82.tar.gz libnitrokey-0a359ceaa7cc08d5e7069729c0501931e0dbeb82.tar.bz2 |
Merge branch 'pr_143' into contributions
Return -2 if an error occured in NK_get_progress_bar_value
Fixes #143
Diffstat (limited to 'NK_C_API.h')
-rw-r--r-- | NK_C_API.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -747,7 +747,8 @@ extern "C" { /** * Get progress value of current long operation. * Storage only - * @return int in range 0-100 or -1 if device is not busy + * @return int in range 0-100 or -1 if device is not busy or -2 if an + * error occured */ NK_C_API int NK_get_progress_bar_value(); |