aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_paper_key/parse.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-28 16:24:33 +0000
committersaturneric <[email protected]>2024-07-28 16:24:33 +0000
commitf813e3b71ee9563223f3d628374788c1d18b8504 (patch)
tree0298bb8ad88e94c6869fb74b2eeeda430a41b715 /src/m_paper_key/parse.h
parentfeat: paper key module is now useable (diff)
downloadModules-f813e3b71ee9563223f3d628374788c1d18b8504.tar.gz
Modules-f813e3b71ee9563223f3d628374788c1d18b8504.zip
fix: rm unused headers of paper key
Diffstat (limited to 'src/m_paper_key/parse.h')
-rw-r--r--src/m_paper_key/parse.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m_paper_key/parse.h b/src/m_paper_key/parse.h
index 4719772..a57175a 100644
--- a/src/m_paper_key/parse.h
+++ b/src/m_paper_key/parse.h
@@ -18,16 +18,11 @@
#pragma once
-#include <qstring.h>
-
#include "output.h"
auto parse(FILE *input, unsigned char want,
unsigned char stop) -> struct packet *;
-struct packet *parse2(QDataStream &stream, unsigned char want,
- unsigned char stop);
-
auto calculate_fingerprint(struct packet *packet, size_t public_len,
unsigned char fingerprint[20]) -> int;