Just a little correction at the it.po file.
[midnight-commander.git] / src / info.h
blob1fc36ef59d1d878a0f7fe8fecdc62700b176a258
1 #ifndef __INFO_H
2 #define __INFO_H
4 typedef struct {
5 Widget widget;
6 int ready;
7 } WInfo;
9 WInfo *info_new (void);
11 #endif