diff src/protocols/gg/gg.h @ 13640:d12bbe6da705

[gaim-migrate @ 16038] * Changed signatures of some of the search results notify API functions. * GG PRPL: Support parallel public directory searches. committer: Tailor Script <tailor@pidgin.im>
author Bartoz Oler <bartosz@pidgin.im>
date Sun, 16 Apr 2006 10:10:55 +0000
parents 41747a38a1a8
children c99d04f8a42b
line wrap: on
line diff
--- a/src/protocols/gg/gg.h	Sat Apr 15 15:01:30 2006 +0000
+++ b/src/protocols/gg/gg.h	Sun Apr 16 10:10:55 2006 +0000
@@ -28,6 +28,7 @@
 #include "search.h"
 #include "connection.h"
 
+
 typedef struct
 {
 	char *name;
@@ -53,10 +54,9 @@
 typedef struct {
 
 	struct gg_session *session;
-	GGPSearchForm *search_form;
 	GGPToken *token;
 	GList *chats;
-	void *searchresults_window;
+	GGPSearches *searches;
 
 	uin_t tmp_buddy;
 	int chats_count;