aboutsummaryrefslogtreecommitdiff
path: root/ui-terminal.h
blob: 45286abffac2da254692d5fddba70c3f22efc057 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef UI_TERMINAL_H
#define UI_TERMINAL_H

#include "ui.h"

Ui *ui_term_new(void);
void ui_term_free(Ui*);

#endif