diff libpurple/imgstore.h @ 16710:77cfd9bd6536

Get rid of two harmless warnings: buddyicon.c: In function 'image_deleting_cb': buddyicon.c:213: warning: passing argument 1 of 'purple_imgstore_get_filename' discards qualifiers from pointer target type buddyicon.c:226: warning: passing argument 3 of 'g_hash_table_foreach_remove' discards qualifiers from pointer target type
author Mark Doliner <mark@kingant.net>
date Mon, 30 Apr 2007 07:03:10 +0000
parents 7bd696193402
children 692cded900f8
line wrap: on
line diff
--- a/libpurple/imgstore.h	Mon Apr 30 05:06:29 2007 +0000
+++ b/libpurple/imgstore.h	Mon Apr 30 07:03:10 2007 +0000
@@ -110,7 +110,7 @@
  * @return A pointer to the filename, which must not
  *         be freed or modified.
  */
-const char *purple_imgstore_get_filename(PurpleStoredImage *img);
+const char *purple_imgstore_get_filename(const PurpleStoredImage *img);
 
 /**
  * Returns an extension corresponding to the image's file type.