diff src/audtool/audtool.h @ 2930:d1198fb765c6 trunk

Add audtool_report() and audtool_whine() for message handling.
author William Pitcock <nenolod@atheme.org>
date Fri, 29 Jun 2007 08:23:01 -0500
parents cf35109c4c33
children 6c0bb87fd672
line wrap: on
line diff
--- a/src/audtool/audtool.h	Fri Jun 29 08:17:02 2007 -0500
+++ b/src/audtool/audtool.h	Fri Jun 29 08:23:01 2007 -0500
@@ -96,4 +96,7 @@
 extern void show_jtf_window(gint, gchar **);
 extern void shutdown_audacious_server(gint, gchar **);
 
+extern void audtool_report(const gchar *str, ...);
+extern void audtool_whine(const gchar *str, ...);
+
 #endif