diff libgaim/protocols/simple/simple.h @ 14267:645598a4ec04

[gaim-migrate @ 16949] Change gaim_network_listen() and gaim_network_listen_range() to be cancelable. This doesn't actually help anything yet, since the gaim_upnp_functions() are not yet cancelable. But the framework is there, and the PRPLs shouldn't need any additional changes. Still to go: gaim_upnp_everything() gaim_url_fetch() gaim_srv_resolve() Let me know if there are others committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 21 Aug 2006 07:47:03 +0000
parents f189327b9968
children 9ad313800b19
line wrap: on
line diff
--- a/libgaim/protocols/simple/simple.h	Mon Aug 21 07:44:31 2006 +0000
+++ b/libgaim/protocols/simple/simple.h	Mon Aug 21 07:47:03 2006 +0000
@@ -1,10 +1,10 @@
 /**
  * @file simple.h
- * 
+ *
  * gaim
  *
  * Copyright (C) 2005, Thomas Butter <butter@uni-mannheim.de>
- * 
+ *
  * 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; either version 2 of the License, or
@@ -29,6 +29,8 @@
 #include "cipher.h"
 #include "circbuffer.h"
 #include "dnsquery.h"
+#include "network.h"
+#include "proxy.h"
 #include "prpl.h"
 
 #include "sipmsg.h"
@@ -71,6 +73,7 @@
 	gchar *username;
 	gchar *password;
 	GaimDnsQueryData *query_data;
+	GaimNetworkListenData *listen_data;
 	int fd;
 	int cseq;
 	time_t reregister;