mod_musicindex  1.4.1
mi_data_buffer Struct Reference

struct type used to reduce memory usage More...

Data Fields

char title [MAX_STRING]
char album [MAX_STRING]
char artist [MAX_STRING]
char genre [MAX_GENRE]

Detailed Description

struct type used to reduce memory usage

Definition at line 322 of file cache-file.c.

Field Documentation

char mi_data_buffer::album[MAX_STRING]

Definition at line 324 of file cache-file.c.

Referenced by file_make_cache_entry().

char mi_data_buffer::artist[MAX_STRING]

Definition at line 325 of file cache-file.c.

Referenced by file_make_cache_entry().

char mi_data_buffer::genre[MAX_GENRE]

Definition at line 326 of file cache-file.c.

Referenced by file_make_cache_entry().

char mi_data_buffer::title[MAX_STRING]

Definition at line 323 of file cache-file.c.

Referenced by file_make_cache_entry().


The documentation for this struct was generated from the following file: