comparison 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
comparison
equal deleted inserted replaced
16669:e2fc81093e88 16672:516f14bef90e
100 /** The set key function */ 100 /** The set key function */
101 void (*set_key)(PurpleCipherContext *context, const guchar *key); 101 void (*set_key)(PurpleCipherContext *context, const guchar *key);
102 102
103 /** The get key size function */ 103 /** The get key size function */
104 size_t (*get_key_size)(PurpleCipherContext *context); 104 size_t (*get_key_size)(PurpleCipherContext *context);
105
106 void (*_purple_reserved1)(void);
107 void (*_purple_reserved2)(void);
108 void (*_purple_reserved3)(void);
109 void (*_purple_reserved4)(void);
105 }; 110 };
106 111
107 #ifdef __cplusplus 112 #ifdef __cplusplus
108 extern "C" { 113 extern "C" {
109 #endif /* __cplusplus */ 114 #endif /* __cplusplus */