blob: 8d9d7dcc094475cb319d16eec01690f303d4d6b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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()
|