Mercurial > audlegacy-plugins
view src/bluetooth/scan_gui.h @ 2889:6c53f9fa9029
Backed out changeset 59ff744e1e23
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 12 Aug 2008 20:29:49 +0300 |
| parents | 43557eb3180f |
| children | 5e97b55f87cf |
line wrap: on
line source
/* * Audacious Bluetooth headset suport plugin * * Copyright (c) 2008 Paula Stanciu paula.stanciu@gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; under version 3 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses>. */ #include <gtk/gtk.h> #include <glib.h> void show_scan(gint use); void show_no_devices(); void destroy_scan_window(); void close_window();
