diff src/xs_md5.h @ 14:f5d82424b0ed

Made song-length database support FINALLY work!
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2003 18:00:03 +0000
parents 4bb09e405eab
children 575686094eb1
line wrap: on
line diff
--- a/src/xs_md5.h	Wed Jun 04 14:04:02 2003 +0000
+++ b/src/xs_md5.h	Wed Jun 04 18:00:03 2003 +0000
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-#include "xs_length.h"
+#include <glib.h>
 
 /*
  * Typedefs
@@ -16,6 +16,11 @@
     guint8 buf[64];	/* accumulate block */
 } t_xs_md5state;
 
+#define XS_MD5HASH_LENGTH	(16)
+#define XS_MD5HASH_LENGTH_CH	(XS_MD5HASH_LENGTH * 2)
+
+typedef guint8 t_xs_md5hash[XS_MD5HASH_LENGTH];
+
 
 /*
  * Functions