/* * Copyright 2016 (c) Anna Schumaker. */ #ifndef OCARINA_GUI_HISTORY_H #define OCARINA_GUI_HISTORY_H /* History operations passed to core_init() */ extern struct queue_ops history_ops; #endif /* OCARINA_GUI_HISTORY_H */