aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/nk_strndup.h
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-07-28 12:29:43 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-07-28 12:29:56 +0200
commitdc1cfa6252073ac345412e7df9c5cc0365bb7f11 (patch)
treea62eccae0fbc7317c3bf67db4cb8ceb79dfd96e7 /libnitrokey/nk_strndup.h
parent145149d65915e3f2eb068032b428ee5cfc0295c9 (diff)
downloadlibnitrokey-dc1cfa6252073ac345412e7df9c5cc0365bb7f11.tar.gz
libnitrokey-dc1cfa6252073ac345412e7df9c5cc0365bb7f11.tar.bz2
Extract Nitrokey Storage only features to separate unit
Diffstat (limited to 'libnitrokey/nk_strndup.h')
-rw-r--r--libnitrokey/nk_strndup.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libnitrokey/nk_strndup.h b/libnitrokey/nk_strndup.h
new file mode 100644
index 0000000..0c96726
--- /dev/null
+++ b/libnitrokey/nk_strndup.h
@@ -0,0 +1,9 @@
+#ifndef LIBNITROKEY_NK_STRNDUP_H
+#define LIBNITROKEY_NK_STRNDUP_H
+
+#ifdef __WIN32
+char * strndup(const char* str, size_t maxlen);
+#endif
+
+
+#endif // LIBNITROKEY_NK_STRNDUP_H