diff options
author | Elie Tournier <tournier.elie@gmail.com> | 2017-04-18 09:27:17 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-05-25 15:12:16 +0200 |
commit | 05ae75697be8df1b2179035d3ef8dc6b2e7fe30f (patch) | |
tree | 8660cacda7b85b27ebf2d75e8cf9ed7152bee5ef /include/NitrokeyManager.h | |
parent | 06c0deb7935a9390a67bc02d6c323e64c785a026 (diff) | |
download | libnitrokey-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/NitrokeyManager.h')
-rw-r--r-- | include/NitrokeyManager.h | 6 |
1 files changed, 3 insertions, 3 deletions
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> |