]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp3_afh.c
Introduce template commands for command_util.sh.
[paraslash.git] / mp3_afh.c
index 0eb1188eda0f578fbe2382a99514eec81737a9a4..46fcfbca6102ab37be3b071c014a078fb738a46c 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -16,6 +16,8 @@
  *                      Johannes Overmann <overmann@iname.com>
  */
 
+#include "para.h"
+#include "afh.h"
 #include "server.h"
 #include "error.h"
 #include "string.h"
@@ -399,7 +401,7 @@ err_out:
 /*
  * Read mp3 information from audio file
  */
-static int mp3_get_file_info(char *map, size_t numbytes,
+int mp3_get_file_info(char *map, size_t numbytes,
                struct audio_format_info *afi)
 {
        int ret;