From 0c90b55556866cdd4652267d5752e7790970b9b2 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 5 Feb 2005 10:55:09 +0000 Subject: [PATCH] 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*. [originally from svn r5251] --- testback.c | 1 + 1 file changed, 1 insertion(+) 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, -- 2.45.2