comparison src/bluetooth/scan_gui.h @ 2847:671cdfc2d62d

Basic pairing interface
author Paula Stanciu <paula.stanciu@gmail.com>
date Mon, 28 Jul 2008 21:48:39 +0300
parents 22a5075fc7f7
children 43557eb3180f
comparison
equal deleted inserted replaced
2846:3d7f01edb388 2847:671cdfc2d62d
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 void show_scan(); 21 void show_scan(gint use);
22 void show_no_devices(); 22 void show_no_devices();
23 void destroy_scan_window(); 23 void destroy_scan_window();
24 void close_window(); 24 void close_window();