A few small changes to make the PuTTY source base more usable as a
[u/mdw/putty] / macosx / osxwin.m
index ba3a08e..737b0f7 100644 (file)
@@ -939,7 +939,7 @@ void update_specials_menu(void *frontend)
  * may want to perform additional actions on any kind of bell (for
  * example, taskbar flashing in Windows).
  */
-void beep(void *frontend, int mode)
+void do_beep(void *frontend, int mode)
 {
     //SessionWindow *win = (SessionWindow *)frontend;
     if (mode != BELL_VISUAL)