Last change
on this file since 93afab8 was
57728c1,
checked in by Mateusz Hromada <ruanda@…>, 15 years ago
|
Move old files to _old dir.
|
-
Property mode set to
100644
|
File size:
245 bytes
|
Rev | Line | |
---|
[25ae32e] | 1 | #ifndef __COMMON_LEM__H |
---|
| 2 | #define __COMMON_LEM__H |
---|
| 3 | |
---|
| 4 | #include <stdio.h> |
---|
| 5 | #include "../common/common.h" |
---|
| 6 | |
---|
| 7 | #include "cmdline.h" |
---|
| 8 | |
---|
| 9 | #define DICT_FILE "lem.bin" |
---|
| 10 | |
---|
| 11 | extern char dictionary[]; |
---|
| 12 | |
---|
| 13 | extern void process_lem_options(gengetopt_args_info* args); |
---|
| 14 | |
---|
| 15 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.