From 69ca2fba10985bf22f2bff3254a99774e7a25078 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 2 Jul 2011 15:33:24 +0000 Subject: [PATCH] main.c, cleanup --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 88c5d17cb..bef35a68f 100644 --- a/src/main.c +++ b/src/main.c @@ -104,8 +104,8 @@ char *ft_rawfile = "rawspice.raw"; #ifdef HAS_WINDOWS extern void winmessage(char *new_msg); /* display a message box (defined in winmain.c)*/ extern void SetSource( char *Name); /* display the source file name in the source window */ + extern int xmain(int argc, char **argv); FILE *flogp = NULL; /* log file ('-o logfile' command line option) */ - int xmain(int argc, char **argv); #endif /* HAS_WINDOWS */ /* Frontend and circuit options */