comparison src/xs_config.c @ 940:d624258d7800

Make messagebox functions public.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 17:59:52 +0200
parents 49b689449a37
children 63342bbeab47
comparison
equal deleted inserted replaced
939:49b689449a37 940:d624258d7800
69 *xs_filt_importselector = NULL, 69 *xs_filt_importselector = NULL,
70 *xs_filt_exportselector = NULL; 70 *xs_filt_exportselector = NULL;
71 71
72 72
73 #define LUW(x) lookup_widget(xs_configwin, x) 73 #define LUW(x) lookup_widget(xs_configwin, x)
74
75 void xs_messagebox_const(const gchar *title, const gchar *msg);
76 void xs_messagebox(const gchar *title, const gchar *fmt, ...);
77 74
78 75
79 /* Samplerates 76 /* Samplerates
80 */ 77 */
81 static const gchar *xs_samplerates_table[] = 78 static const gchar *xs_samplerates_table[] =