/* * internal_dispatch.h * Include file for the internal dispatch handler */ typedef struct { int each_counter; /* Counter used for each */ int *seen; /* Used by random to keep down repeats */ array_header *files; /* Songs to play */ } internal_context; #define SEARCH_PRIME 5 /* Use this number to adjust initial array sizes */