Rename instances of struct afh_info from "afi" to "afhi".
[paraslash.git] / afh.h
diff --git a/afh.h b/afh.h
index 52d50a9103c8093a840c9b8e09003ad764f69c1f..1e37c9c39c26a328c6663e8108f9ff2d071ff4a2 100644 (file)
--- a/afh.h
+++ b/afh.h
 /** size of the  audio_file info string */
 #define AUDIO_FILE_INFO_SIZE 256
 
-/**
- * Audio format dependent information. Details vary between each audio format
- * handler.
- */
+/** Audio format dependent information. */
 struct afh_info {
        /** The number of chunks this audio file contains. */
        long unsigned chunks_total;