summaryrefslogtreecommitdiffstats
path: root/src/onetimebluh.c
diff options
context:
space:
mode:
authorSeppia <seppia@seppio.fish>2018-07-06 11:39:39 +0200
committerSeppia <seppia@seppio.fish>2018-07-06 11:39:39 +0200
commit43e1fd07c158efe656c5ba5d3c227a2858f69916 (patch)
tree89ea9054d5c1fd30d9f392a5675b2697ec0510f1 /src/onetimebluh.c
parentceb8b34275423e4e3ec12a8b9f43d4df90ab7833 (diff)
downloadonetimebluh-43e1fd07c158efe656c5ba5d3c227a2858f69916.tar.gz
onetimebluh-43e1fd07c158efe656c5ba5d3c227a2858f69916.tar.bz2
onetimebluh-43e1fd07c158efe656c5ba5d3c227a2858f69916.zip
Main headerv0.3
Created main source header file and moved appropriate declarations and function prototipes there.
Diffstat (limited to 'src/onetimebluh.c')
-rw-r--r--src/onetimebluh.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/onetimebluh.c b/src/onetimebluh.c
index 67cefef..2292827 100644
--- a/src/onetimebluh.c
+++ b/src/onetimebluh.c
@@ -6,13 +6,9 @@
#include <unistd.h>
#include <errno.h>
#include <error.h>
+#include "onetimebluh.h"
#include "libluh.h"
-void xor (Opts* opzioni);
-void keyrand (Opts* opzioni);
-void bluh (Opts* opzioni);
-void help (char* av[]);
-
int main (int argc, char* argv[]) {
uint64_t opt = 1;