|
Last change
on this file since 93afab8 was
57728c1,
checked in by Mateusz Hromada <ruanda@…>, 16 years ago
|
|
Move old files to _old dir.
|
-
Property mode set to
100644
|
|
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.