Get rid of data. global variable in wordlist.c

This commit is contained in:
jsteube
2016-09-28 22:52:42 +02:00
parent de5d0349c6
commit ee30055401
3 changed files with 11 additions and 32 deletions

View File

@@ -6,6 +6,9 @@
#ifndef _WORDLIST_H
#define _WORDLIST_H
#include <time.h>
#include <inttypes.h>
uint convert_from_hex (char *line_buf, const uint line_len, const user_options_t *user_options);
void load_segment (wl_data_t *wl_data, FILE *fd);