repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '1771_menu_hide_cursor'
[midnight-commander.git]
/
src
/
textconf.h
blob
6c33af6bb41bdbef382166e14950621466a1fd86
1
2
/** \file textconf.h
3
* \brief Header: prints features specific for this build
4
*/
5
6
#ifndef MC_TEXTCONF_H
7
#define MC_TEXTCONF_H
8
9
extern
void
show_version
(
void
);
10
11
#endif