From 3889e10610da7915544d8ad865b2f9385c6dc383 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 27 May 2017 18:38:45 +0200 Subject: New files --- wind.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 wind.h (limited to 'wind.h') diff --git a/wind.h b/wind.h new file mode 100644 index 0000000..63fed9c --- /dev/null +++ b/wind.h @@ -0,0 +1,24 @@ + +#ifndef WIND_METAG_H +#define WIND_METAG_H + +#include "main.h" +#include "readline.h" +#include "basic_curses.h" + + +void printTagInfoHeader(); + +void printTagInfo(menuC* menu); + +void cleanmenu(menuC* menu); + +void printmenu(menuC* menu); + +void printStatus(void); + +void prepare(char* s); + +void resize(void); +void resizeMain(menuC* menu); +#endif -- cgit v1.2.3