comparison libpurple/protocols/jabber/google.h @ 25557:60f5abc6cf0c

propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac) to branch 'im.pidgin.pidgin.vv' (head 9fd950ff4de5331c13cd762cb755741046bdd576)
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 29 Dec 2007 06:34:59 +0000
parents c97e3ab9ef11 315151da0dc6
children 44a528094cbf
comparison
equal deleted inserted replaced
21949:18628d7aba30 25557:60f5abc6cf0c
43 void jabber_google_roster_add_deny(PurpleConnection *gc, const char *who); 43 void jabber_google_roster_add_deny(PurpleConnection *gc, const char *who);
44 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who); 44 void jabber_google_roster_rem_deny(PurpleConnection *gc, const char *who);
45 45
46 char *jabber_google_format_to_html(const char *text); 46 char *jabber_google_format_to_html(const char *text);
47 47
48 void jabber_google_session_parse(JabberStream *js, xmlnode *node);
48 49
49 50
50 #endif /* _PURPLE_GOOGLE_H_ */ 51 #endif /* _PURPLE_GOOGLE_H_ */