/
mc-worker
/
mc-mirror
Обзор
Документация
Войти
/
mc-worker
/
mc-mirror
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/subshell/internal.h
28 строк
980 B
Yury V. Zaytsev
formatting: step 6 - manual tweaks
02 фев 2025, 21:38
02 фев 2025, 21:38
8406bdd
Код
Авторство
О чём код?
/** \file internal.h * \brief Header: internal functions and variables */ #ifndef MC__SUBSHELL_INTERNAL_H #define MC__SUBSHELL_INTERNAL_H /* TODO: merge content of layout.h here */ /*** typedefs(not structures) and defined constants **********************************************/ /*** enums ***************************************************************************************/ /*** structures declarations (and typedefs of structures)*****************************************/ /*** global variables defined in .c file *********************************************************/ /*** declarations of public functions ************************************************************/ const vfs_path_t *subshell_get_cwd (void); void subshell_handle_cons_saver (void); int subshell_get_mainloop_quit (void); void subshell_set_mainloop_quit (const int param_quit); /*** inline functions ****************************************************************************/ #endif