mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
15354fdbb4
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
15 lines
169 B
C
15 lines
169 B
C
|
|
/** \file info.h
|
|
* \brief Header: panel managing
|
|
*/
|
|
|
|
#ifndef MC_INFO_H
|
|
#define MC_INFO_H
|
|
|
|
struct WInfo;
|
|
typedef struct WInfo WInfo;
|
|
|
|
WInfo *info_new (void);
|
|
|
|
#endif
|