source:
app/src/gue/common_guess.h
@
a7b254c
| Last change on this file since a7b254c was 25ae32e, checked in by obrebski <obrebski@…>, 18 years ago | |
|---|---|
|
|
| File size: 389 bytes | |
| Line | |
|---|---|
| 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.