mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
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]
This commit is contained in:
parent
45700b21e8
commit
0c90b55556
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user