reactos/rosapps/mc/src/info.h
Steven Edwards e5c0c7185e Midnight Commander for Win32
svn path=/trunk/; revision=2456
2001-12-30 10:02:14 +00:00

12 lines
124 B
C

#ifndef __INFO_H
#define __INFO_H
typedef struct {
Widget widget;
int ready;
} WInfo;
WInfo *info_new ();
#endif