ocarina/include/gui/history.h
Anna Schumaker e290552812 gui/history: Convert file to C
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-05-27 12:01:43 -04:00

11 lines
226 B
C

/*
* 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 */