#include "../include.h" int (*file_ext(char *file))(struct blob *, struct userdata *); struct blob load_file(char const *const name); int module_openmpt(struct blob *file, struct userdata *userdata); int module_fluidsynth(struct blob *file, struct userdata *userdata);