From 17926756a0dc4b543bf99d887dec16593be158f1 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sat, 31 Aug 2024 01:56:44 -0500 Subject: Prime the encryption --- src/VX-GAMBLEGROUND.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/VX-GAMBLEGROUND.h') diff --git a/src/VX-GAMBLEGROUND.h b/src/VX-GAMBLEGROUND.h index 182a51f..66e9383 100644 --- a/src/VX-GAMBLEGROUND.h +++ b/src/VX-GAMBLEGROUND.h @@ -2,6 +2,7 @@ #define __SLOTS__VXGAMBLEGROUND_H__1443534935301 #include "screen.h" +#include "search.h" struct arguments { char *inputpass; @@ -26,4 +27,12 @@ struct bullshit { struct params params; }; +struct sande { + struct nodelist* scanned; + const char *STARTPATH; + int (*cmp)(const struct dirent **, const struct dirent **); + + const char *passphrase; +}; + #endif \ No newline at end of file -- cgit v1.2.3