Fix delete
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#pragma once
|
||||
#include <fstream>
|
||||
|
||||
constexpr auto MAX_STRING_SIZE = 15;
|
||||
|
||||
class Buffer;
|
||||
|
||||
struct Pass
|
||||
@@ -38,7 +36,7 @@ void add_password_to_buffer(Buffer& in, const char* label, const char* password)
|
||||
|
||||
const char* get_password_from_buffer(Buffer& decrypted_buffer, int label);
|
||||
|
||||
void generate_password(std::string& password);
|
||||
void generate_password(std::string& password, int len);
|
||||
|
||||
bool save_buffer_to_file(Buffer& buffer);
|
||||
|
||||
|
Reference in New Issue
Block a user