/* * Copyright 2015 (c) Anna Schumaker. */ #include static struct queue history_queue; struct queue *history_get_queue() { return &history_queue; }