diff src/md5-util.h @ 1638:ceafe3731568

Fix up compilation using make -jN: sometimes it fails due to order of headers inclusion.
author zas_
date Thu, 11 Jun 2009 17:34:37 +0000
parents c9949c19a6d0
children
line wrap: on
line diff
--- a/src/md5-util.h	Wed Jun 10 20:45:24 2009 +0000
+++ b/src/md5-util.h	Thu Jun 11 17:34:37 2009 +0000
@@ -46,12 +46,6 @@
 
 /* generate digest from file */
 gboolean md5_get_digest_from_file(const gchar *path, guchar digest[16]);
-gboolean md5_get_digest_from_file_utf8(const gchar *path, guchar digest[16]);
-
-/* generate md5 string from file,
- * on failure returns newly allocated copy of error_text, error_text may be NULL
-  */
-gchar *md5_text_from_file_utf8(const gchar *path, const gchar *error_text);
 
 /* convert digest to/from a NULL terminated text string, in ascii encoding */
 gchar *md5_digest_to_text(guchar digest[16]);