2016-03-08 17:03:52 +01:00
|
|
|
--- src/lib/plot/x11.c.orig 2004-09-02 21:43:35 UTC
|
|
|
|
+++ src/lib/plot/x11.c
|
|
|
|
@@ -2205,7 +2205,7 @@ ScedESC()
|
2006-07-23 17:09:39 +02:00
|
|
|
void
|
|
|
|
com_setrdb(wl)
|
|
|
|
|
|
|
|
-wordlist *wl;
|
|
|
|
+void *wl;
|
|
|
|
{
|
|
|
|
/* be silent */
|
|
|
|
}
|
2016-03-08 17:03:52 +01:00
|
|
|
@@ -2213,7 +2213,7 @@ wordlist *wl;
|
2006-07-23 17:09:39 +02:00
|
|
|
int
|
|
|
|
PopUpErrMessage(fp)
|
|
|
|
|
|
|
|
-File *fp;
|
|
|
|
+void *fp;
|
|
|
|
{
|
|
|
|
return (0);
|
|
|
|
}
|