mc/src/info.h
Roland Illig e792cffb8d * *.h: Renamed multiple inclusion guards that started with a
double underscore. Added #includes for dependent files.
	* popt.c: Likewise.
	* popthelp.c: Likewise.
	* tree.c: Moved a macro from tree.h to here, as it is useless
	outside tree.c.
2004-12-03 19:17:46 +00:00

8 lines
90 B
C

#ifndef MC_INFO_H
#define MC_INFO_H
struct WInfo;
struct WInfo *info_new (void);
#endif