diff audacious/main.h @ 781:12c47704b4b5 trunk

[svn] Add error reporting for many places, patch by external contributor Derek Pomery (nemo @ #audacious). Additional cleanups too.
author nenolod
date Thu, 02 Mar 2006 08:14:36 -0800
parents 8282b365f6cb
children a8fb5974c3a9
line wrap: on
line diff
--- a/audacious/main.h	Thu Mar 02 08:00:29 2006 -0800
+++ b/audacious/main.h	Thu Mar 02 08:14:36 2006 -0800
@@ -140,5 +140,6 @@
 
 void bmp_config_save(void);
 void bmp_config_load(void);
+void report_error(const gchar *error_text);
 
 #endif