mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
97097d1667
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
17 lines
681 B
C
17 lines
681 B
C
#ifndef MC__TEMPLATE_H
|
|
#define MC__TEMPLATE_H
|
|
|
|
/*** typedefs(not structures) and defined constants **********************************************/
|
|
|
|
/*** enums ***************************************************************************************/
|
|
|
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
|
|
|
/*** global variables defined in .c file *********************************************************/
|
|
|
|
/*** declarations of public functions ************************************************************/
|
|
|
|
/*** inline functions ****************************************************************************/
|
|
|
|
#endif /* MC__TEMPLATE_H */
|