diff libpurple/prpl.h @ 17587:84638e3af1bc

Minor compilation fixes and corrected some typos on user tune. Added convenience function for setting the user tune.
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 18 Jun 2007 01:55:54 +0000
parents 3e437e86bd6e
children f2686bec13c0
line wrap: on
line diff
--- a/libpurple/prpl.h	Mon Jun 18 00:56:00 2007 +0000
+++ b/libpurple/prpl.h	Mon Jun 18 01:55:54 2007 +0000
@@ -47,6 +47,7 @@
  * Dimensions less than 1 should be ignored and the image not scaled.
  */
 typedef struct _PurpleBuddyIconSpec PurpleBuddyIconSpec;
+typedef struct _PurpleTuneInfo PurpleTuneInfo;
 
 /**
  * This \#define exists just to make it easier to fill out the buddy icon
@@ -91,8 +92,6 @@
 	gboolean secret;
 };
 
-typedef struct _PurpleTuneInfo PurpleTuneInfo;
-
 struct _PurpleTuneInfo {
 	char *artist;
 	char *title;