root/src/textconf.h

/* [previous][next][first][last][top][bottom][index][help]  */

INCLUDED FROM


   1 /** \file textconf.h
   2  *  \brief Header: prints features specific for this build
   3  */
   4 
   5 #ifndef MC__TEXTCONF_H
   6 #define MC__TEXTCONF_H
   7 
   8 /*** typedefs(not structures) and defined constants **********************************************/
   9 
  10 /*** enums ***************************************************************************************/
  11 
  12 /*** structures declarations (and typedefs of structures)*****************************************/
  13 
  14 /*** global variables defined in .c file *********************************************************/
  15 
  16 /*** declarations of public functions ************************************************************/
  17 
  18 extern void show_version (void);
  19 extern void show_datadirs_extended (void);
  20 extern void show_configure_options (void);
  21 
  22 /*** inline functions ****************************************************************************/
  23 #endif /* MC__TEXTCONF_H */

/* [previous][next][first][last][top][bottom][index][help]  */