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 '1396_with_search_engine'
[midnight-commander.git]
/
src
/
option.h
blob
a8c181a60925139259901b95d6d3075ab17620c4
1
2
/** \file option.h
3
* \brief Header: configure box module
4
*/
5
6
#ifndef MC_OPTION_H
7
#define MC_OPTION_H
8
9
void
configure_box
(
void
);
10
11
#endif