2000-08-31 00:51:03 +04:00
|
|
|
#ifndef __TEXTCONF_H
|
|
|
|
#define __TEXTCONF_H
|
2000-09-14 22:18:24 +04:00
|
|
|
|
|
|
|
/* Features of the text mode edition */
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2000-09-14 22:18:24 +04:00
|
|
|
extern void version (int verbose);
|
|
|
|
|
2000-08-31 00:51:03 +04:00
|
|
|
#endif /* __TEXTCONF_H */
|