diff options
Diffstat (limited to 'src/VX-GAMBLEGROUND.h')
| -rw-r--r-- | src/VX-GAMBLEGROUND.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 2 | #define __SLOTS__VXGAMBLEGROUND_H__1443534935301 | 2 | #define __SLOTS__VXGAMBLEGROUND_H__1443534935301 |
| 3 | 3 | ||
| 4 | #include "screen.h" | 4 | #include "screen.h" |
| 5 | #include "search.h" | ||
| 5 | 6 | ||
| 6 | struct arguments { | 7 | struct arguments { |
| 7 | char *inputpass; | 8 | char *inputpass; |
| @@ -26,4 +27,12 @@ struct bullshit { | |||
| 26 | struct params params; | 27 | struct params params; |
| 27 | }; | 28 | }; |
| 28 | 29 | ||
| 30 | struct sande { | ||
| 31 | struct nodelist* scanned; | ||
| 32 | const char *STARTPATH; | ||
| 33 | int (*cmp)(const struct dirent **, const struct dirent **); | ||
| 34 | |||
| 35 | const char *passphrase; | ||
| 36 | }; | ||
| 37 | |||
| 29 | #endif \ No newline at end of file | 38 | #endif \ No newline at end of file |
