comparison src/bluetooth/scan_gui.h @ 2854:43557eb3180f

playback
author Paula Stanciu <paula.stanciu@gmail.com>
date Wed, 30 Jul 2008 17:49:43 +0300
parents 671cdfc2d62d
children 6c53f9fa9029
comparison
equal deleted inserted replaced
2853:fed560b80720 2854:43557eb3180f
16 * along with this program. If not, see <http://www.gnu.org/licenses>. 16 * along with this program. If not, see <http://www.gnu.org/licenses>.
17 */ 17 */
18 18
19 #include <gtk/gtk.h> 19 #include <gtk/gtk.h>
20 #include <glib.h> 20 #include <glib.h>
21 #include <alsa/asoundlib.h>
22 #include <alsa/pcm_plugin.h>
23 #include <audacious/plugin.h>
24 #include <audacious/i18n.h>
25
26
21 void show_scan(gint use); 27 void show_scan(gint use);
22 void show_no_devices(); 28 void show_no_devices();
23 void destroy_scan_window(); 29 void destroy_scan_window();
24 void close_window(); 30 void close_window();