X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5dd29cf7f83b5dd9aa2c87898e7ea57abdf99a3e..7374c7790ee32f36855e4257eb15d2fe43e277ea:/mac/macctrls.c diff --git a/mac/macctrls.c b/mac/macctrls.c index ea182c0f..e5e774d9 100644 --- a/mac/macctrls.c +++ b/mac/macctrls.c @@ -2327,6 +2327,17 @@ int dlg_coloursel_results(union control *ctrl, void *dlg, return 0; } +void dlg_label_change(union control *ctrl, void *dlg, char const *text) +{ + /* + * This function is currently only used by the config box to + * switch the labels on the host and port boxes between serial + * and network modes. Since the Mac port does not have a serial + * back end, this function can safely do nothing. + */ +} + + /* * Local Variables: * c-file-style: "simon"