source:
app/src/gue/common_guess.h
@
8338227
Last change on this file since 8338227 was 25ae32e, checked in by obrebski <obrebski@…>, 17 years ago | |
---|---|
|
|
File size: 389 bytes |
Rev | Line | |
---|---|---|
[25ae32e] | 1 | #ifndef __COMMON_GUESS_H |
2 | #define __COMMON_GUESS_H | |
3 | ||
4 | #include <stdio.h> | |
5 | #define _CMDLINE_FILE "../gue/cmdline.h" | |
6 | #include "../common/common.h" | |
7 | #include "cmdline.h" | |
8 | ||
9 | #define DIC_FILE "gue.bin" | |
10 | ||
11 | extern int guess_count; | |
12 | extern double delta; | |
13 | extern int cut_off; | |
14 | extern char dictionary[]; | |
15 | extern bool per_info; | |
16 | extern bool weights; | |
17 | ||
18 | void process_guess_options(gengetopt_args_info* args); | |
19 | ||
20 | #endif |
Note: See TracBrowser
for help on using the repository browser.