| 175 void (*custom_smiley_write)(PurpleConversation *conv, const char *smile, |
175 void (*custom_smiley_write)(PurpleConversation *conv, const char *smile, |
| 176 const guchar *data, gsize size); |
176 const guchar *data, gsize size); |
| 177 void (*custom_smiley_close)(PurpleConversation *conv, const char *smile); |
177 void (*custom_smiley_close)(PurpleConversation *conv, const char *smile); |
| 178 |
178 |
| 179 void (*send_confirm)(PurpleConversation *conv, const char *message); |
179 void (*send_confirm)(PurpleConversation *conv, const char *message); |
| |
180 |
| |
181 void (*_purple_reserved1)(void); |
| |
182 void (*_purple_reserved2)(void); |
| |
183 void (*_purple_reserved3)(void); |
| |
184 void (*_purple_reserved4)(void); |
| 180 }; |
185 }; |
| 181 |
186 |
| 182 /** |
187 /** |
| 183 * Data specific to Instant Messages. |
188 * Data specific to Instant Messages. |
| 184 */ |
189 */ |