]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Mac PuTTY.ppc wouldn't compile for me until I added this prototype.
authorSimon Tatham <anakin@pobox.com>
Sat, 5 Feb 2005 10:55:09 +0000 (10:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 5 Feb 2005 10:55:09 +0000 (10:55 +0000)
Not sure why it's been working for Owen and not me, but the
prototype ought to be there anyway, so *shrug*.

[originally from svn r5251]

testback.c

index 4bfb52d89dcd5d39598e86a2ed2a2c00fdd13920..ac0d20672cf670ea01422e32c2b50e91427e0109 100644 (file)
@@ -53,6 +53,7 @@ static int null_ldisc(void *, int);
 static void null_provide_ldisc(void *, void *);
 static void null_provide_logctx(void *, void *);
 static void null_unthrottle(void *, int);
+static int null_cfg_info(void *);
 
 Backend null_backend = {
     null_init, null_free, null_reconfig, null_send, null_sendbuffer, null_size,