comparison libpurple/util.h @ 15421:6d8728fd3dda

Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 26 Jan 2007 04:10:22 +0000
parents 5fe8042783c1
children b0471b2a1de9
comparison
equal deleted inserted replaced
15420:b25a5eddff9c 15421:6d8728fd3dda
1062 * 1062 *
1063 * @return The resulting string. 1063 * @return The resulting string.
1064 */ 1064 */
1065 const char *gaim_escape_filename(const char *str); 1065 const char *gaim_escape_filename(const char *str);
1066 1066
1067 /**
1068 * This is added temporarily to assist the split of oscar into aim and icq.
1069 * This should not be used by plugins.
1070 */
1071 const char *_gaim_oscar_convert(const char *act, const char *protocol);
1067 #ifdef __cplusplus 1072 #ifdef __cplusplus
1068 } 1073 }
1069 #endif 1074 #endif
1070 1075
1071 #endif /* _GAIM_UTIL_H_ */ 1076 #endif /* _GAIM_UTIL_H_ */