Mercurial > pidgin-twitter
changeset 179:7a3ed2b113c5
added missing prototypes.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 04 Aug 2008 19:05:53 +0900 |
parents | 7fb35f47a477 |
children | 013e79e36f1a |
files | pidgin-twitter.h |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-twitter.h Mon Aug 04 17:13:44 2008 +0900 +++ b/pidgin-twitter.h Mon Aug 04 19:05:53 2008 +0900 @@ -223,5 +223,19 @@ /* more prototypes */ static gboolean is_posted_message(status_t *status, guint lastid); +static void free_status(status_t *st); +static gboolean ensure_path_exists(const char *dir); +static gchar *twitter_memrchr(const gchar *s, int c, size_t n); +static void got_page_cb(PurpleUtilFetchUrlData *url_data, gpointer user_data, const gchar *url_text, gsize len, const gchar *error_message); +static void cleanup_hash_entry_func(gpointer key, gpointer value, gpointer user_data); +static void invalidate_icon_data_func(gpointer key, gpointer value, gpointer user_data); +static void icon_size_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data); +static void interval_prefs_cb(const char *name, PurplePrefType type, gconstpointer val, gpointer data); +static void text_changed_cb(gpointer *data); +static void bool_toggled_cb(gpointer *data); +static void spin_changed_cb(gpointer *data); +static void combo_changed_cb(gpointer *data); +static void disconnect_prefs_cb(GtkObject *object, gpointer data); +static GtkWidget *prefs_get_frame(PurplePlugin *plugin); #endif