diff src/account.h @ 8289:e39ea2b4f6cd

[gaim-migrate @ 9013] - Moved GaimCheckAccountFunc into account.h, and renamed it to GaimFilterAccountFunc. - Added filter functions to the account field in the gaim_request_fields API. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 19 Feb 2004 07:25:31 +0000
parents 63c7a16a2c09
children 7dcd6f26e4a7
line wrap: on
line diff
--- a/src/account.h	Thu Feb 19 00:00:37 2004 +0000
+++ b/src/account.h	Thu Feb 19 07:25:31 2004 +0000
@@ -27,9 +27,13 @@
 #ifndef _GAIM_ACCOUNTS_H_
 #define _GAIM_ACCOUNTS_H_
 
+#include <glib.h>
+
 typedef struct _GaimAccountUiOps GaimAccountUiOps;
 typedef struct _GaimAccount      GaimAccount;
 
+typedef gboolean (*GaimFilterAccountFunc)(GaimAccount *account);
+
 #include "connection.h"
 #include "proxy.h"
 #include "prpl.h"