comparison src/bluetooth/bluetooth.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
comparison
equal deleted inserted replaced
2856:59ff744e1e23 2889:6c53f9fa9029
38 38
39 39
40 40
41 void refresh_call(void); 41 void refresh_call(void);
42 void connect_call(void); 42 void connect_call(void);
43 void play_call(void);
44 GList * audio_devices; 43 GList * audio_devices;
45 gint discover_finish ; 44 gint discover_finish ;
46 DBusGConnection * bus; 45 DBusGConnection * bus;
47 DBusGProxy * obj; 46 DBusGProxy * obj;
48 47