Destroys a datafile index. allegro game programming library.
#include <allegro.h>
void destroy_datafile_index(DATAFILE_INDEX *index)
This function frees the memory used by a datafile index created with create_datafile_index earlier.
create_datafile_index(3alleg4)