diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-24 18:08:26 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-24 18:08:26 +0100 |
commit | 55a71238ac5186187282f002b5eed7ec279f1ec1 (patch) | |
tree | fc83b9f2a747e6f03f6382e770b1fb1cd5efc850 /NK_C_API.h | |
parent | dee882fd21cd932c2642d170620862e783284d3b (diff) | |
parent | 3b0e017c7c87cb93d48e4384d3ef312ba93d9875 (diff) | |
download | libnitrokey-55a71238ac5186187282f002b5eed7ec279f1ec1.tar.gz libnitrokey-55a71238ac5186187282f002b5eed7ec279f1ec1.tar.bz2 |
Merge branch 'pr_152'
Export PWS slot count in C API
Fixes #152
Diffstat (limited to 'NK_C_API.h')
-rw-r--r-- | NK_C_API.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,11 @@ extern "C" { #endif + /** + * The number of slots in the password safe. + */ + extern const uint8_t NK_PWS_SLOT_COUNT; + static const int MAXIMUM_STR_REPLY_LENGTH = 8192; /** |