Make para_server use the generic scheduling code.
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index ffccce95fbb12720d40e5549e60781bc6c5e7fe4..276452d8ba00c223802d4c8a79058fa2f5604d56 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -103,3 +103,6 @@ int guess_audio_format(const char *name);
 int compute_afhi(const char *path, char *data, size_t size,
        struct afh_info *afhi);
 const char *audio_format_name(int);
+void afh_get_chunk(long unsigned chunk_num, struct afh_info *afhi,
+               void *map, const char **buf, size_t *len);
+void afh_get_header(struct afh_info *afhi, void *map, const char **buf, size_t *len);