aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.h
diff options
context:
space:
mode:
Diffstat (limited to 'NK_C_API.h')
-rw-r--r--NK_C_API.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/NK_C_API.h b/NK_C_API.h
index 3effbfe..0ff317c 100644
--- a/NK_C_API.h
+++ b/NK_C_API.h
@@ -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;
/**