.\" Generated by the Allegro makedoc utility .TH destroy_datafile_index 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME destroy_datafile_index \- Destroys a datafile index. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void destroy_datafile_index(DATAFILE_INDEX *index) .SH DESCRIPTION This function frees the memory used by a datafile index created with create_datafile_index earlier. .SH SEE ALSO .BR create_datafile_index (3alleg4)