view main.h @ 363:85e109dee063 0.9.2.1

- version bump to 0.9.2.1 - add dai as a contributor
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 13 May 2011 00:01:48 +0900
parents 954753a52ed8
children
line wrap: on
line source

#ifndef _PIDGIN_TWITTER_MAIN_H_
#define _PIDGIN_TWITTER_MAIN_H_

void apply_filter(gchar **sender, gchar **buffer, PurpleMessageFlags *flags, int service);
gboolean is_twitter_account(PurpleAccount *account, const char *name);
void attach_to_window(void);
void detach_from_window(void);

#endif