libpurple/sound.h

branch
soc.2013.gobjectification.plugins
changeset 37074
1e7b4b3741a0
parent 37061
77a5c789fff1
parent 35467
975ae62dd895
child 37075
cf3f735b09b7
--- a/libpurple/sound.h	Thu Feb 06 03:17:59 2014 +0530
+++ b/libpurple/sound.h	Thu Feb 06 16:53:42 2014 +0530
@@ -34,7 +34,7 @@
 /**************************************************************************/
 /** Data Structures                                                       */
 /**************************************************************************/
-
+typedef struct _PurpleSoundUiOps PurpleSoundUiOps;
 
 /**
  * PurpleSoundEventID:
@@ -79,7 +79,7 @@
  * Operations used by the core to request that particular sound files, or the
  * sound associated with a particular event, should be played.
  */
-typedef struct _PurpleSoundUiOps
+struct _PurpleSoundUiOps
 {
 	void (*init)(void);
 	void (*uninit)(void);
@@ -91,7 +91,7 @@
 	void (*_purple_reserved2)(void);
 	void (*_purple_reserved3)(void);
 	void (*_purple_reserved4)(void);
-} PurpleSoundUiOps;
+};
 
 G_BEGIN_DECLS
 

mercurial