root/src/filemanager/panelize.h

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

INCLUDED FROM


   1 /** \file panelize.h
   2  *  \brief Header: External panelization module
   3  */
   4 
   5 #ifndef MC__PANELIZE_H
   6 #define MC__PANELIZE_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 void external_panelize_cmd (void);
  19 void external_panelize_load (void);
  20 void external_panelize_save (void);
  21 void external_panelize_free (void);
  22 
  23 /*** inline functions ****************************************************************************/
  24 
  25 #endif /* MC__PANELIZE_H */

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