comparison libpurple/util.h @ 22515:48e33e3673e2

propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840) to branch 'im.pidgin.pidgin.custom_smiley' (head f78bb7f531a4f3868b35c70ede0cd791f4a23dac)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 18 Mar 2008 00:48:33 +0000
parents fdda2b8a4146
children 2f4b10ee752b
comparison
equal deleted inserted replaced
22492:0c2dd59f91d1 22515:48e33e3673e2
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