Mercurial > pidgin-twitter
diff twitter_api.c @ 260:d973f9debe86
Fix Win32 compile error
| author | Konosuke Watanabe <sasugaanija@gmail.com> |
|---|---|
| date | Wed, 03 Dec 2008 01:58:34 +0900 |
| parents | c2620a99622b |
| children | 2d559555875f |
line wrap: on
line diff
--- a/twitter_api.c Wed Dec 03 01:18:19 2008 +0900 +++ b/twitter_api.c Wed Dec 03 01:58:34 2008 +0900 @@ -13,6 +13,10 @@ static void get_status_with_api_cb(PurpleUtilFetchUrlData *url_data, gpointer user_data, const gchar *url_text, size_t len, const gchar *error_message); static void post_status_with_api_cb(PurpleUtilFetchUrlData *url_data, gpointer user_data, const gchar *url_text, size_t len, const gchar *error_message); +#ifdef _WIN32 +extern gboolean blink_state; +extern gboolean blink_modified; +#endif /**************************/ /* API base get functions */
