Make wordlist support modular

This commit is contained in:
jsteube
2016-09-30 13:02:15 +02:00
parent eb6dffd52a
commit fe289da141
3 changed files with 17 additions and 2 deletions

View File

@@ -1003,6 +1003,8 @@ typedef struct
typedef struct
{
bool enabled;
char *buf;
u32 incr;
u32 avail;