diff pidgin-twitter.h @ 219:739ed7a4426c

revised receiving_im_cb(). conv may be NULL so that filter might not work for messages which arrived at before conversation has been established.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 29 Aug 2008 01:11:16 +0900
parents 6b258bdd9c49
children b168502b73c3
line wrap: on
line diff
--- a/pidgin-twitter.h	Thu Aug 28 22:02:45 2008 +0900
+++ b/pidgin-twitter.h	Fri Aug 29 01:11:16 2008 +0900
@@ -257,5 +257,6 @@
 static void disconnect_prefs_cb(GtkObject *object, gpointer data);
 static GtkWidget *prefs_get_frame(PurplePlugin *plugin);
 static void apply_filter(gchar **sender, gchar **buffer, PurpleMessageFlags *flags, int service);
+static gint get_service_type_by_account(PurpleAccount *account, const char *sender);
 
 #endif