libpurple/sound.h

branch
padding
changeset 16743
1ce5ffe12e2a
parent 15884
4de1981757fc
child 18068
b6554e3c8224
child 18412
6873322c380f
--- a/libpurple/sound.h	Sun Apr 29 19:47:08 2007 +0000
+++ b/libpurple/sound.h	Sun Apr 29 22:02:47 2007 +0000
@@ -60,6 +60,10 @@
 	void (*play_file)(const char *filename);
 	void (*play_event)(PurpleSoundEventID event);
 
+	void (*_purple_reserved1)(void);
+	void (*_purple_reserved2)(void);
+	void (*_purple_reserved3)(void);
+	void (*_purple_reserved4)(void);
 } PurpleSoundUiOps;
 
 #ifdef __cplusplus

mercurial