source: _old/app/src/lem/common_lem.h @ 8f395c8

Last change on this file since 8f395c8 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
Line 
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
11extern char dictionary[];
12
13extern void process_lem_options(gengetopt_args_info* args);
14
15#endif
Note: See TracBrowser for help on using the repository browser.