diff libpurple/protocols/yahoo/libyahoo.c @ 30262:2a436e0ce977

Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
author Paul Aurich <paul@darkrain42.org>
date Thu, 29 Apr 2010 05:58:02 +0000
parents 701eb26db990
children 77aba27f64da 27aff21c5eea
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libyahoo.c	Thu Apr 29 05:55:14 2010 +0000
+++ b/libpurple/protocols/yahoo/libyahoo.c	Thu Apr 29 05:58:02 2010 +0000
@@ -265,7 +265,9 @@
 	yahoo_get_account_text_table,    /* get_account_text_table */
 	NULL, /* initiate_media */
 	NULL,  /* get_media_caps */
-	NULL   /* get_moods */
+	NULL,  /* get_moods */
+	NULL,  /* set_public_alias */
+	NULL   /* get_public_alias */
 };
 
 static PurplePluginInfo info =