diff pidgin-twitter.h @ 178:7fb35f47a477

keep posted statuses in the postedlist until they certainly become useless.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 04 Aug 2008 17:13:44 +0900
parents 56e3873e58a8
children 7a3ed2b113c5
line wrap: on
line diff
--- a/pidgin-twitter.h	Thu Jul 31 04:36:21 2008 +0900
+++ b/pidgin-twitter.h	Mon Aug 04 17:13:44 2008 +0900
@@ -222,5 +222,6 @@
 static GtkWidget *prefs_get_frame(PurplePlugin *plugin);
 
 /* more prototypes */
+static gboolean is_posted_message(status_t *status, guint lastid);
 
 #endif