From: simon Date: Sat, 5 Feb 2005 10:55:09 +0000 (+0000) Subject: Mac PuTTY.ppc wouldn't compile for me until I added this prototype. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/fe37d2159f34aeb98ddd90dfa5812a4935609d92 Mac PuTTY.ppc wouldn't compile for me until I added this prototype. Not sure why it's been working for Owen and not me, but the prototype ought to be there anyway, so *shrug*. git-svn-id: svn://svn.tartarus.org/sgt/putty@5251 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/testback.c b/testback.c index 4bfb52d8..ac0d2067 100644 --- a/testback.c +++ b/testback.c @@ -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,