aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorElie Tournier <tournier.elie@gmail.com>2017-04-18 09:27:17 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-05-25 15:12:16 +0200
commit05ae75697be8df1b2179035d3ef8dc6b2e7fe30f (patch)
tree8660cacda7b85b27ebf2d75e8cf9ed7152bee5ef /include
parent06c0deb7935a9390a67bc02d6c323e64c785a026 (diff)
downloadlibnitrokey-05ae75697be8df1b2179035d3ef8dc6b2e7fe30f.tar.gz
libnitrokey-05ae75697be8df1b2179035d3ef8dc6b2e7fe30f.tar.bz2
Rename files: s/stick10/NKPro and s/stick20/NKStorage
Signed-off-by: Elie Tournier <tournier.elie@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/NKPro_commands.h (renamed from include/stick10_commands.h)0
-rw-r--r--include/NKPro_commands_0.8.h (renamed from include/stick10_commands_0.8.h)2
-rw-r--r--include/NKStorage_commands.h (renamed from include/stick20_commands.h)0
-rw-r--r--include/NitrokeyManager.h6
4 files changed, 4 insertions, 4 deletions
diff --git a/include/stick10_commands.h b/include/NKPro_commands.h
index e863328..e863328 100644
--- a/include/stick10_commands.h
+++ b/include/NKPro_commands.h
diff --git a/include/stick10_commands_0.8.h b/include/NKPro_commands_0.8.h
index 4209380..76bb030 100644
--- a/include/stick10_commands_0.8.h
+++ b/include/NKPro_commands_0.8.h
@@ -12,7 +12,7 @@
#include <cstdint>
#include "command.h"
#include "device_proto.h"
-#include "stick10_commands.h"
+#include "NKPro_commands.h"
#pragma pack (push,1)
diff --git a/include/stick20_commands.h b/include/NKStorage_commands.h
index 5f99d28..5f99d28 100644
--- a/include/stick20_commands.h
+++ b/include/NKStorage_commands.h
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h
index de14fbc..f6977d9 100644
--- a/include/NitrokeyManager.h
+++ b/include/NitrokeyManager.h
@@ -4,9 +4,9 @@
#include "device.h"
#include "log.h"
#include "device_proto.h"
-#include "stick10_commands.h"
-#include "stick10_commands_0.8.h"
-#include "stick20_commands.h"
+#include "NKPro_commands.h"
+#include "NKPro_commands_0.8.h"
+#include "NKStorage_commands.h"
#include <vector>
#include <memory>