Forgot one section
STRUTS.H:
/** This structure is purely intended to be an easy way to transfer and return
* information about time (real or mudwise). */
struct time_info_data
{
int seconds; /**< numeric seconds */
int minutes; /**< numeric minutes */
int hours; /**< numeric hour */
int day; /**< numeric day */
int month; /**< numeric month */
sh_int year; /**< numeric year */
};