libpurple/conversation.h

branch
padding
changeset 16743
1ce5ffe12e2a
parent 16007
3d954c38cf0c
child 17265
fd5b0ca330a3
child 18068
b6554e3c8224
child 18087
b56ec2e9dae6
equal deleted inserted replaced
16731:70b3b604d1ee 16743:1ce5ffe12e2a
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 */

mercurial