]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.h
net.c: Remove unnecessary crypto includes.
[paraslash.git] / afs.h
diff --git a/afs.h b/afs.h
index cd98a9f86129405ba79fa02988791469bea712bb..96da2da027cf27268c7b5ad1b4af6755b593f7e6 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -131,6 +131,8 @@ struct audio_file_data {
        struct afh_info afhi;
        /** Size of the largest chunk. */
        uint32_t max_chunk_size;
+       /** Needed to get the audio file header. */
+       uint8_t audio_format_id;
 };
 
 /**