diff libpurple/util.h @ 22874:02eda4bd2b22

Apply the custom smiley patches from #1187, from Jorge Villaseo (Masca) and Mauro Srgio Ferreira Brasil. I have not applied the bits on MSN yet. I will have to look at it later, but I would rather someone else more familiar with the MSN code look at it first. I changed some bits of the applied patch (whitespacing, camelcasing etc.), and the bit that required a major version bump (in gtkthemes.h). There are a few more things that need to be done for this to be merged back to i.p.p.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 19 Feb 2008 19:41:56 +0000
parents af0426c34c27
children fdda2b8a4146
line wrap: on
line diff
--- a/libpurple/util.h	Mon Feb 18 19:22:39 2008 +0000
+++ b/libpurple/util.h	Tue Feb 19 19:41:56 2008 +0000
@@ -702,6 +702,11 @@
 purple_util_get_image_extension(gconstpointer data, size_t len);
 
 /**
+ * Returns a SHA-1 hash string of the data passed in.
+ */
+char *purple_util_get_image_checksum(gconstpointer image_data, size_t image_len);
+
+/**
  * Returns a SHA-1 hash string of the data passed in with the correct file
  * extention appended.
  */