lib/widget/input_complete.c: minor refactoring and optimization.
[midnight-commander.git] / src / textconf.h
blob9e039ae14656a73ddf2788bf852d843f46f57052
1 /** \file textconf.h
2 * \brief Header: prints features specific for this build
3 */
5 #ifndef MC__TEXTCONF_H
6 #define MC__TEXTCONF_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 extern void show_version (void);
19 extern void show_datadirs_extended (void);
20 extern void show_configure_options (void);
22 /*** inline functions ****************************************************************************/
23 #endif /* MC__TEXTCONF_H */