mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
it look like github wants to drive me mad
This commit is contained in:
parent
b911269c1a
commit
1658f4926f
4 changed files with 40 additions and 7 deletions
3
bfg.h
3
bfg.h
|
@ -41,6 +41,7 @@ typedef struct {
|
|||
char *crs; /* internal representation of charset */
|
||||
char *ptr; /* ptr to the last generated password */
|
||||
uint32_t disable_symbols;
|
||||
unsigned long rain;
|
||||
} bf_option;
|
||||
|
||||
extern bf_option bf_options;
|
||||
|
@ -48,7 +49,7 @@ extern bf_option bf_options;
|
|||
#ifdef HAVE_MATH_H
|
||||
extern uint64_t bf_get_pcount();
|
||||
extern int32_t bf_init(char *arg);
|
||||
extern char *bf_next();
|
||||
extern char *bf_next(_Bool rainy);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue