mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
0fde0c216f
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
11 lines
332 B
Diff
11 lines
332 B
Diff
--- server/dia/main.c.orig 2020-08-22 22:22:28 UTC
|
|
+++ server/dia/main.c
|
|
@@ -76,7 +76,7 @@ static char *AuServerName(void);
|
|
extern char *display;
|
|
|
|
static int restart = 0;
|
|
-FILE *yyin; /* for the config parser */
|
|
+extern FILE *yyin; /* for the config parser */
|
|
|
|
void
|
|
NotImplemented()
|