1
1
mc/src/textconf.h
Pavel Roskin 6bdeafba4d * dlg.c: Eliminate all useless x_* functions.
* dlg.h: Likewise.
* panel.h: Likewise.
* textconf.h: Likewise.
* view.c: Likewise.
* view.h: Likewise.
* widget.c: Likewise.
* main.c: Remove panel_update_marks(). Move try_to_select() ...
* screen.c: ... here.  Eliminate x_* functions.
* main.h: Remove panel_update_marks().
2002-07-19 22:16:24 +00:00

9 строки
146 B
C

#ifndef __TEXTCONF_H
#define __TEXTCONF_H
/* Features of the text mode edition */
extern void version (int verbose);
#endif /* __TEXTCONF_H */