libpurple/util.h

changeset 16557
b0e9ddccdbb9
parent 16437
7ff7c3405ea2
child 17389
125a4df6d42c
child 18068
b6554e3c8224
--- a/libpurple/util.h	Fri Apr 27 03:28:41 2007 +0000
+++ b/libpurple/util.h	Fri Apr 27 03:45:56 2007 +0000
@@ -469,7 +469,7 @@
  * the first character of the entity. If given an unrecognized entity, the function
  * returns @c NULL.
  *
- * Note that this function, unlike purple_unescape_html(), does not search 
+ * Note that this function, unlike purple_unescape_html(), does not search
  * the string for the entity, does not replace the entity, and does not
  * return a newly allocated string.
  *
@@ -606,7 +606,7 @@
  * @return The appropriate extension, or "icon" if unknown.
  */
 const char *
-purple_util_get_image_extension(gpointer data, size_t len);
+purple_util_get_image_extension(gconstpointer data, size_t len);
 
 /*@}*/
 

mercurial