diff libpurple/cipher.h @ 16672:516f14bef90e

Initial addition of padding for ui_ops and other class-like structs
author Gary Kramlich <grim@reaperworld.com>
date Sun, 29 Apr 2007 22:02:47 +0000
parents 32c366eeeb99
children 2177a11e169d
line wrap: on
line diff
--- a/libpurple/cipher.h	Sun Apr 29 19:47:08 2007 +0000
+++ b/libpurple/cipher.h	Sun Apr 29 22:02:47 2007 +0000
@@ -102,6 +102,11 @@
 
 	/** The get key size function */
 	size_t (*get_key_size)(PurpleCipherContext *context);
+
+	void (*_purple_reserved1)(void);
+	void (*_purple_reserved2)(void);
+	void (*_purple_reserved3)(void);
+	void (*_purple_reserved4)(void);
 };
 
 #ifdef __cplusplus