diff 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
line wrap: on
line diff
--- a/libpurple/util.h	Fri Jan 26 03:53:15 2007 +0000
+++ b/libpurple/util.h	Fri Jan 26 04:10:22 2007 +0000
@@ -1064,6 +1064,11 @@
  */
 const char *gaim_escape_filename(const char *str);
 
+/**
+ * This is added temporarily to assist the split of oscar into aim and icq.
+ * This should not be used by plugins.
+ */
+const char *_gaim_oscar_convert(const char *act, const char *protocol);
 #ifdef __cplusplus
 }
 #endif