~vcs-imports/putty/master

Viewing all changes in revision 5815.

  • Committer: Simon Tatham
  • Date: 2020-05-16 15:11:43 UTC
  • Revision ID: git-v1:c373fe979fcc395c3efd0b12bd11b9061e45d7a4
fuzzterm.c: fix prototypes of stub dlg functions.

I'd forgotten to #include "dialog.h" in that file, which meant nothing
was checking the prototypes of the stub implementations of the dlg_*
function family against the real versions. They almost all needed a
'void *dlg' parameter updating to 'dlgparam *dp', which is a change
dating from commit 3aae1f9d76 nearly two years ago. And a handful of
them also still had 'int' that should be now have become 'bool'.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: