mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 13:32:31 +03:00
5 lines
73 B
C
5 lines
73 B
C
|
#ifndef __OPTION_H
|
||
|
#define __OPTION_H
|
||
|
void configure_box (void);
|
||
|
#endif
|