comparison 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
comparison
equal deleted inserted replaced
171:dfe644871483 178:7fb35f47a477
220 static void strip_markup(gchar **str, gboolean escape); 220 static void strip_markup(gchar **str, gboolean escape);
221 static gchar *strip_html_markup(const gchar *src); 221 static gchar *strip_html_markup(const gchar *src);
222 static GtkWidget *prefs_get_frame(PurplePlugin *plugin); 222 static GtkWidget *prefs_get_frame(PurplePlugin *plugin);
223 223
224 /* more prototypes */ 224 /* more prototypes */
225 static gboolean is_posted_message(status_t *status, guint lastid);
225 226
226 #endif 227 #endif