Fixes for (Backend)->size() changes -- internal declarations didn't include
[u/mdw/putty] / raw.c
diff --git a/raw.c b/raw.c
index 406dc43..90fc8a8 100644 (file)
--- a/raw.c
+++ b/raw.c
@@ -17,7 +17,7 @@ static Socket s = NULL;
 static int raw_bufsize;
 static void *frontend;
 
-static void raw_size(void);
+static void raw_size(int width, int height);
 
 static void c_write(char *buf, int len)
 {
@@ -130,7 +130,7 @@ static int raw_sendbuffer(void)
 /*
  * Called to set the size of the window
  */
-static void raw_size(void)
+static void raw_size(int width, int height)
 {
     /* Do nothing! */
     return;