Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706910
Collapse All | Expand All

(-)a/main.c (+2 lines)
Lines 10-15 Link Here
10
10
11
#include "sweep.h"
11
#include "sweep.h"
12
12
13
DrawChars CharSet;
14
13
int main(int argc, char** argv)
15
int main(int argc, char** argv)
14
{
16
{
15
	GameStats* Game;
17
	GameStats* Game;
(-)a/sweep.h.in (-1 / +1 lines)
Lines 245-251 struct FileBuf Link Here
245
FILE* DebugLog;
245
FILE* DebugLog;
246
#endif /* DEBUG_LOG */
246
#endif /* DEBUG_LOG */
247
247
248
DrawChars CharSet;
248
extern DrawChars CharSet;
249
249
250
/* These are the functions defined in files.c */
250
/* These are the functions defined in files.c */
251
int SourceHomeFile(GameStats* Game);
251
int SourceHomeFile(GameStats* Game);

Return to bug 706910