]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
Merge branch 't/unix_path_max_fix'
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index 7a93183e40ec4795ca60ed95a412956109f49a68..f54aa87ccbc3c2ad0a3ab44b054f22a6560aaa85 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -7,7 +7,6 @@
 /** \file afs.h Exported symbols of the audio file selector. */
 
 #include <regex.h>
-#include "hash.h"
 
 /** Audio file selector data stored in the audio file table. */
 struct afs_info {
@@ -119,8 +118,8 @@ struct ls_data {
        char *path;
        /** The score value (if -a was given). */
        long score;
-       /** The sha1 hash of audio file. */
-       HASH_TYPE *hash;
+       /** The hash value of audio file data. */
+       unsigned char *hash;
 };
 
 /** Data about the current audio file, passed from afs to server. */