aboutsummaryrefslogtreecommitdiff
path: root/wind.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-05-27 18:38:45 +0200
committerache <ache@ache.one>2017-05-27 18:38:45 +0200
commit3889e10610da7915544d8ad865b2f9385c6dc383 (patch)
tree87a8ec3fb8b7b999d52a4a491e6b31a48ab09f14 /wind.h
parentInit commit (diff)
New files
Diffstat (limited to 'wind.h')
-rw-r--r--wind.h24
1 files changed, 24 insertions, 0 deletions
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