comparison libpurple/protocols/myspace/myspace.h @ 17648:23f57d36cb65

Add msim_test_all() and related procedures, to perform basic functionality testing on (so far), MsimMessage and msim_{,un}escape().
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 20 Jun 2007 03:17:46 +0000
parents f057837085b0
children 9cb771adbdea
comparison
equal deleted inserted replaced
17647:04a00333546a 17648:23f57d36cb65
208 208
209 char *msim_status_text(PurpleBuddy *buddy); 209 char *msim_status_text(PurpleBuddy *buddy);
210 void msim_tooltip_text(PurpleBuddy *buddy, 210 void msim_tooltip_text(PurpleBuddy *buddy,
211 PurpleNotifyUserInfo *user_info, gboolean full); 211 PurpleNotifyUserInfo *user_info, gboolean full);
212 212
213 void msim_test_all(void);
214 int msim_test_msg(void);
215 int msim_test_escaping(void);
216
213 void init_plugin(PurplePlugin *plugin); 217 void init_plugin(PurplePlugin *plugin);
218
219
214 220
215 #ifndef MSIM_USE_PURPLE_RC4 221 #ifndef MSIM_USE_PURPLE_RC4
216 /* 222 /*
217 Unix SMB/CIFS implementation. 223 Unix SMB/CIFS implementation.
218 224
248 const guchar *key, int key_len); 254 const guchar *key, int key_len);
249 255
250 void crypt_rc4(rc4_state_struct *rc4_state, guchar *data, int data_len); 256 void crypt_rc4(rc4_state_struct *rc4_state, guchar *data, int data_len);
251 #endif /* !MSIM_USE_PURPLE_RC4 */ 257 #endif /* !MSIM_USE_PURPLE_RC4 */
252 258
259
260
253 #endif /* !_MYSPACE_MYSPACE_H */ 261 #endif /* !_MYSPACE_MYSPACE_H */