summary refs log tree commit diff stats
path: root/src/common/text.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-14 11:56:50 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-14 11:56:50 +0200
commitea0479998a0d44eb2a02c5ec18a692b17aa53274 (patch)
treeb951022af72d1a6fa0f84d2958075be1702374e7 /src/common/text.h
parent9272eb43252e8956df6eedd2c96c718b247bca94 (diff)
Use bundled beep file for beep alerts
Diffstat (limited to 'src/common/text.h')
-rw-r--r--src/common/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.h b/src/common/text.h
index 52cc8ea9..4d7bbb38 100644
--- a/src/common/text.h
+++ b/src/common/text.h
@@ -53,7 +53,7 @@ int get_stamp_str (char *fmt, time_t tim, char **ret);
 void format_event (session *sess, int index, char **args, char *o, int sizeofo, unsigned int stripcolor_args);
 char *text_find_format_string (char *name);
  
-void sound_play (const char *file, gboolean quiet);
+void sound_play (const char *file, gboolean quiet, gboolean hexchat_beep);
 void sound_play_event (int i);
 void sound_beep (session *);
 void sound_load ();