Mercurial > audlegacy-plugins
comparison src/bluetooth/agent.h @ 2840:50507763fd31
working basic pairing / bounding
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Fri, 18 Jul 2008 11:46:56 +0300 |
parents | 22a5075fc7f7 |
children | 671cdfc2d62d |
comparison
equal
deleted
inserted
replaced
2839:22a5075fc7f7 | 2840:50507763fd31 |
---|---|
23 */ | 23 */ |
24 | 24 |
25 #include <gtk/gtk.h> | 25 #include <gtk/gtk.h> |
26 #include <glib.h> | 26 #include <glib.h> |
27 #include <dbus/dbus-glib.h> | 27 #include <dbus/dbus-glib.h> |
28 void run_agent(void); | 28 void run_agents(void); |
29 int setup_agents(DBusGConnection *conn); | 29 int setup_agents(DBusGConnection *conn); |
30 void cleanup_agents(void); | 30 void cleanup_agents(void); |
31 | 31 |
32 int register_agents(void); | 32 int register_agents(void); |
33 void unregister_agents(void); | 33 void unregister_agents(void); |