summaryrefslogtreecommitdiff
path: root/libpurple/protocols/yahoo/yahoo_aliases.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/protocols/yahoo/yahoo_aliases.h')
-rw-r--r--libpurple/protocols/yahoo/yahoo_aliases.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/libpurple/protocols/yahoo/yahoo_aliases.h b/libpurple/protocols/yahoo/yahoo_aliases.h
index 024f8fc995..049a23345f 100644
--- a/libpurple/protocols/yahoo/yahoo_aliases.h
+++ b/libpurple/protocols/yahoo/yahoo_aliases.h
@@ -33,18 +33,6 @@
#include "yahoo.h"
#include "yahoo_packet.h"
-
-/**
- * The additional protocol specific info attached to each buddy. We need
- * to store the unique numeric id number to allow us to push alias changes.
- */
-struct YahooUser
-{
- const char *id; /* The yahoo accountid for this buddy (not YahooID but numeric value) */
- char *firstname; /* Storing this information for no real reason, just because */
- char *lastname; /* Storing this information for no real reason, just because */
- char *nickname; /* Storing this information for no real reason, just because */
-};
-
void yahoo_update_alias(PurpleConnection *gc, const char *who, const char *alias);
void yahoo_fetch_aliases(PurpleConnection *gc);
+