Editor: sync with new global config location (user menu and syntax files).
[midnight-commander.git] / src / info.h
blob43626eb0dd03751950f10e3c93844acb9a195219
2 /** \file info.h
3 * \brief Header: panel managing
4 */
6 #ifndef MC_INFO_H
7 #define MC_INFO_H
9 struct WInfo;
10 struct WInfo *info_new (void);
12 #endif