comparison finch/gntstatus.c @ 23759:315151da0dc6

Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
author Sean Egan <seanegan@gmail.com>
date Wed, 05 Sep 2007 00:47:58 +0000
parents d65ce3df5be2
children 60f5abc6cf0c
comparison
equal deleted inserted replaced
23758:1e5d5d55a231 23759:315151da0dc6
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25
26 #include <notify.h>
27 #include <request.h>
28
25 #include <gnt.h> 29 #include <gnt.h>
26 #include <gntbox.h> 30 #include <gntbox.h>
27 #include <gntbutton.h> 31 #include <gntbutton.h>
28 #include <gntcombobox.h> 32 #include <gntcombobox.h>
29 #include <gntentry.h> 33 #include <gntentry.h>
31 #include <gntline.h> 35 #include <gntline.h>
32 #include <gnttree.h> 36 #include <gnttree.h>
33 #include <gntutils.h> 37 #include <gntutils.h>
34 38
35 #include "finch.h" 39 #include "finch.h"
36
37 #include <notify.h>
38 #include <request.h>
39 40
40 #include "gntstatus.h" 41 #include "gntstatus.h"
41 42
42 static struct 43 static struct
43 { 44 {