diff src/ui.h @ 3319:3a05fcb133c4

[gaim-migrate @ 3337] No UI for this (yet)... but plugins can use it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 16 Jun 2002 20:03:31 +0000
parents c5b4e55024e3
children 26130b6a04db
line wrap: on
line diff
--- a/src/ui.h	Sun Jun 16 17:14:28 2002 +0000
+++ b/src/ui.h	Sun Jun 16 20:03:31 2002 +0000
@@ -309,6 +309,9 @@
 /* Globals in prpl.c */
 extern GtkWidget *protomenu;
 
+/* Globals in sound.c */
+extern gboolean mute_sounds;
+
 /* Functions in about.c */
 extern void show_about(GtkWidget *, void *);
 extern void gaim_help(GtkWidget *, void *);