comparison 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
comparison
equal deleted inserted replaced
22310:f463d54e606b 22874:02eda4bd2b22
700 */ 700 */
701 const char * 701 const char *
702 purple_util_get_image_extension(gconstpointer data, size_t len); 702 purple_util_get_image_extension(gconstpointer data, size_t len);
703 703
704 /** 704 /**
705 * Returns a SHA-1 hash string of the data passed in.
706 */
707 char *purple_util_get_image_checksum(gconstpointer image_data, size_t image_len);
708
709 /**
705 * Returns a SHA-1 hash string of the data passed in with the correct file 710 * Returns a SHA-1 hash string of the data passed in with the correct file
706 * extention appended. 711 * extention appended.
707 */ 712 */
708 char *purple_util_get_image_filename(gconstpointer image_data, size_t image_len); 713 char *purple_util_get_image_filename(gconstpointer image_data, size_t image_len);
709 714